Account-specific access tokens

To use Pismo endpoints to retrieve information from a specific account, the authentication token that you generate must include the claim account_id.

🚧

Use with selected endpoints only

For a list of all endpoints that require this type of token, see Endpoints that require an account-specific token.

{
  "server_key": "<server_key_provided>",
  "server_secret": "<server_secret_provided>",
  "account_id": <account_holder_identifier>
}