An OAuth token is a credential that grants authorized access to protected resources, allowing applications to authenticate and perform actions on behalf of a user without exposing their login information.
Request
Header Params
Content-Type
enum<string>Â
required
Allowed value:
x-www-form-urlencoded
Default:
x-www-form-urlencoded
Body Params application/x-www-form-urlencoded
grant_type
enum<string>Â
required
Specifies that you are requesting client credentials.
Allowed value:
client_credentials
Example:
client_credentials
client_id
stringÂ
required
Client id supplied to you by Airspace Link.
Example:
{{client-id}}
client_secret
stringÂ
required
Client secret supplied to you by Airspace Link.
Example:
{{client-secret}}
scope
stringÂ
optional
Scopes for which you are requesting access. See the list of available scopes in the Authentication doc on the previous page.