To generate an access token for a machine or service user, you will first need to obtain the machine user’s client ID and secret. These credentials can be used to authenticate and gain access to the API programmatically.Documentation Index
Fetch the complete documentation index at: https://iam-docs.platform.ai71services.ai/llms.txt
Use this file to discover all available pages before exploring further.
Obtain Machine User Credentials
- First, create a machine user by making a POST request to the appropriate endpoint (as described in this section).
- The response will include the machine user’s clientId and clientSecret.
Generate Access Token
- Use the clientId and clientSecret obtained from the machine user creation API to generate an access token.
- The access token is required to authenticate subsequent API requests.
Please note that if the token is expired after the time specified in the expiresInSeconds field,
a new token needs to be generated to access the API resources.
This token can now be used to authenticate API requests on behalf of the machine user