Create API Auth Token
/oauth/tokenReturns an API access token specific to the Management API. This token must then be used as an authorization header for all requests to protected endpoints (this is required for the majority of operations).
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/oauth/token" \ -H "Content-Type: application/json" \ -d '{ "client_id": "htf792W4p4MedZbnoWAs51EfqUt4d2", "client_secret": "d3fYDX7FjPg1D1h2viARXsolPByQ9vMfg8LHylBy8F4s5KJLB4HhHGOxxqJnSj3G", "audience": "https://my-tenant.vii.mattr.global", "grant_type": "client_credentials" }'{ "access_token": "string", "expires_in": 0, "token_type": "string"}How would you rate this page?
Overview
Previous Page
Retrieve security settings GET
Retrieves the current security settings for MATTR portal authentication. <Callout> This endpoint is part of SaaS Security Posture Management (SSPM) support, an add-on feature that is currently available only for dedicated cloud deployments. It is only available when SSPM support is enabled in your environment. Contact us if you would like to enable it. </Callout> ### **Analytic events** * SECURITY_SETTINGS_RETRIEVE_START * SECURITY_SETTINGS_RETRIEVE_SUCCESS * SECURITY_SETTINGS_RETRIEVE_FAIL