Skip to main content

Getting a bearer token

In order to use the API for you must obtain a Bearer token to be used in subsequent requests.

Request Body
grant_type string

The will be set to 'client_credentials'

client_id string

The client_id provided to you

client_secret

The client secret provided to you

Responses
200

successful operation

Schema
object[]
access_token string
token_type string
expires_in int64
refresh_token string
created_at int64
401

Unauthorized