Authentication

Oauth2

Retrieve an Access Token with the OAuth 2.0 flows described below before accessing the API. Once you have an access token, send it in the Authorization HTTP header to authenticate with the API.

Flow type clientCredentials
Token URL https://auth.zimconnections.com/oauth2/token
Scopes
  • account/write:

    A grant read write to all your data

  • account/<account_id>:

    This special scope will be communicated by your account manager

App identifier (http_api_key)

Identifies the calling application. Must be set to b2b unless a specific identifier has been attributed to your Account by your account manager.