Organizations
Retrieve Organizations
Retrieve Organization
This endpoint enables the retrieval of comprehensive organization information, including configuration settings, carrier credentials, and tenant relationships.
Request Parameters
The endpoint accepts optional query parameters to customize the response:
List Organizations
You will never have more than one organization scoped to an API key. Therefore, this endpoint will always return a single organization, just in an array.
Retrieve Organization Payouts Profile
This endpoint provides access to detailed information about an organization's payout configuration and status.
Example Request
Access Requests
List access requests for the organization. This endpoint is restricted to owner roles.
Query Parameters
page number
Page number for pagination. Default: 1.
limit number
Number of results per page. Default: 10.
order_by string
Field to order results by. One of: created_at, updated_at. Default: created_at.
direction asc|desc
Sort direction. Default: desc.
status string
Filter by access request status. One of: requested, approved, rejected.
created_at string
Filter by creation date.
updated_at string
Filter by last updated date.
updated_by string
Filter by the user, API key, or organization that last updated the request.