Get Access Token
Post the following information to get an OAuth 2.0 Access Token.
Request Body
application/json
- grant_type
grant_type. Use client_credentials.
- client_id
This is the key from the integration.
- client_secret
This is the secret from the integration.
Loading Examples...
Responses
- access_token
The Access Token
- token_type
The token_type: bearer
- expires_in
Seconds(s) to token expiry.OpsRamp's API Tokens expire in 7200s - 1s = 6199s
- scope
OAuth 2.0 scope: All APIs use the same scope: global:manage.
Loading Examples...