Generates an access token using the client credentials flow. Tokens expire every 60 minutes.
To authenticate, provide your client_id, client_secret, and set grant_type to client_credentials.
If you do not have a client_id and client_secret, contact fabric support to request API access credentials.
Successful authentication
Access token used for authenticated requests. Tokens expire every 60 minutes.
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
Type of token returned.
"bearer"
Time in seconds until the token expires.
3600
Scope of the access token.
""