/
[v2] Authorizations

[v2] Authorizations

Overview

This endpoint generates tokens to interact with other SCC API endpoints that support the token authorization process.

Use your Access Key to obtain a bearer token via the Authorizations API.

This bearer token is used to interact with other SCC APIs.

*Required field


GET /Authorizations/API

 Response

Authorization for API calls.


PropertyData TypeNotes
access_token*string

Authorization JWT access token.

  • min: 1
refresh_tokenstringAuthorization JWT refresh token.
token_type*string

The authorization token type.

  • min: 1
expires_in*integer

Access token expires in seconds.

  • int32
expires_on*integer

Access token expires on.

Unix timestamp.

  • int64

Feedback

Submit feedback.