Skip to main content
GET
Get Access Token

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

grant_type
string
required

The type of access token you are requesting.

scope
string

Allows you specify a subset of the Client's granted scopes to limit which parts of the API access tokens may interact with. The value is a space separated list of strings containing any of the following scopes: account, audit, buzz, dashboard, data, and user.

Example:

"account, dashboard, data"

Response

200 - application/json

OK

access_token
string
customer
string
expires_in
integer
jti
string
role
string
scope
string
token_type
string
userId
integer