Get Clients
Get a list of destination clients associated with your platform client and secret. This request will return a list of destination client id
s that you can use to make requests to the Axle API on behalf of your destination clients.
See the Axle for Platforms guide for more information on how to use this endpoint and the destination client id
.
Authorizations
Your secret API key. This will be shared with you during onboarding and should be considered sensitive - it’s a password after all! Your secret will be matched with your client ID to authenticate your requests.
Headers
Your client ID. This will be shared with you during onboarding.
Query Parameters
Set to true
if you would like to expand related entities (e.g., account, policy, client). Defaults to false
.
true
, false
Response
Indicates whether the operation was performed successfully.
A list of identifiers for the destination clients associated with your credential, or if expand=true
, a list of the destination client id
and entity
fields.