Clients
API Authorization
Before you can make requests to this resource, you must have a valid bearer token. Review our API authorization guide to learn how to generate a token. Here's a curl example of how to define your access token in a header:
The examples below do not show the required Authorization
header due to a bug. We're working on fixing that. In the meantime, be sure to include that in all of your requests.
List all active clients
Enter the number of items you want to view per page.
10
Input the page number you wish to navigate to.
1
Type of the client
standard
JWT token for authentication
Create a new API client for the account for which the API credentials are for. Once created, the client ID and secret will be shown, the latter only shown once during the creation process.
ID of the account the client belongs to. Defaults to the clientCred's account scope if not specified.
acct_012example
Name of the client.
Specifies whether the client is locked or not. Can be true, false, or null.
Get Specific Client Details
Client Identifier to obtain the details
apiclient_01exampledszqr9q
Last updated
Was this helpful?