Exchange client credentials for an access token.
OAuth
Exchange client credentials for an access token.
OAuth 2.0 client_credentials grant. Send form-urlencoded grant_type=client_credentials, client_id and client_secret. Returns a bearer access token for the Secfix Public API audience.
POST
Exchange client credentials for an access token.
Authorizations
Bearer access token obtained from /oauth/token.
Body
application/x-www-form-urlencoded
OAuth 2.0 client-credentials token request (form-urlencoded).
The application's client id.
Example:
"aB3xY7..."
The application's client secret.
Example:
"s3cr3t..."
OAuth 2.0 grant type.
Available options:
client_credentials Example:
"client_credentials"
Target API audience. Optional - omit it and the Secfix Public API audience is used. Supplying any other value is rejected with 400 unsupported_audience.