APIs for Account management
There are numerous APIs available for managing client accounts.
API Reference:
Business APIs
Following is some general information to understand before diving into the APIs section.
-
Authorization token \ Bearer token - A unique string that represents the partner's directory within inTandem platform. Each directory (Production, Sandbox etc) has its own token to use depending on where you want to perform the action. This token will always be set in the header of a request.
Example:
'Authorization: Bearer {{AUTHORIZATION_TOKEN}}'
- Business_id (uid) - A string given to a new account on creation. This is the account’s unique identifier which is received in the response when creating a new account via API.
More details can be found under Partners & Directory Owners
Relevant APIs for account management:
Updated 2 months ago