Note: It is recommended that only developers with good API concept use
the token generation feature.
The following prerequisites must be met to generate an access token:
- The Service Account Client must be enabled. For detailed information on setting up the Service Account Client, see the topics under Service Account Client.
- A valid client ID (generated by the system for the Service Account Client) must be available.
- A valid client secret must be created for the Service Account Client. For detailed information on generating a secret for the Service Account Client, see the topics under Generating a Secret for the Service Account Client.
Note: A Service Account Client ID and secret are required to call the
/connect/token
endpoint to generate an access token.
The generated token must be passed as the Authorization header of the
Admin API calls.
For instructions on generating an access token, see Generating an Access Token.