Create Client
Create a destination client associated with your platform client and secret. This request will return a destination client id
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.
Body
The name of the destination client to display to the users.
A standardized entity name for the destination client using all lowercase, and dashes instead of spaces. For example, my-destination-client
. Entity names must be unique across all destination clients, and you will recieve a 409 response with a clear status message if the entity name has already been taken.