Fetch Auth Token

OAuth2 Client Credentials request for fetching a JavaScript Web Token (JWT), which can then be used for authorization of further requests against the API. After retrieving a JWT, it is a best practice to use the same JWT for all subsequent API calls until it expires, providing resilience against a blip in authentication services.

Form Data
string

The client_id is the client identifier (like a username) provided to you by GSG Implementations team for you to use when getting a JWT.

string

This client_secret is the password for your client_id value, provided to you over secured communications.

string
enum
required

Static value. Should always be "client_credentials".

Allowed:
string
required

The authorization scopes you would like to use this JWT for. Please see the authorization documentation to determine the appropriate scopes to send.

Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json