Create Access Token
Authentication
Create Access Token
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.
POST
Create Access Token
Body
application/json
Response
Successful authentication
Access token used for authenticated requests. Tokens expire every 60 minutes.
Example:
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
Type of token returned.
Example:
"bearer"
Time in seconds until the token expires.
Example:
3600
Scope of the access token.
Example:
""
