Skip to main content
POST
Issue an access token

Authorizations

x-zeam-auth
string
header
required

Application secret (the apiKey issued at registration), required on every request.

Body

application/json
clientId
string<uuid>
required
clientSecret
string
required

Response

Token issued.

accessToken
string
required
tokenType
string
required
Example:

"Bearer"

expiresIn
integer
required

Seconds until expiry

Example:

3599

associationId
string<uuid>
required

Zeam association the credentials map to.