APIs for business account management

There are numerous APIs available for managing business 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 token to use depending on where you want to act. 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: