Get access token
Authentication
OAuth authentication of the form <token>.
Request
Set to client_credentials to retrieve an access token.
OAuth authentication of the form <token>.
Set to client_credentials to retrieve an access token.
Use your Sigma client ID and secret with this endpoint to generate an access token valid for one hour, or to refresh your token. You can then use the access token to authenticate requests made to the Sigma API.
To make any API call with the Sigma API, including calls from the API documentation, you must have a valid bearer token. To generate a token, you must have a valid Client ID and Secret. See Generate Sigma API client credentials.
You make all API calls to a specific URL that corresponds to the cloud where your Sigma environment is hosted. Set the Base URL to the relevant URL for your environment. For details, see Identify your API request URL.
Generate a token by sending a POST request to this /v2/auth/token endpoint, or use the Try It! option on this page.
refresh_token option.