cURL
curl --request GET \ --url https://app.ledger.ai/api/organization-relationships/:provider_id/:customer_id \ --header 'Authorization: Bearer <token>'
{}
OrganizationRelationship Item API
User is a member of either the provider or customer organization 🔐
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Get item with the given ids: [ provider_id, customer_id ]
Successful response
The response is of type object.
object
Was this page helpful?