Table of Contents
Creating an API client
Learn how to create an API client and assign tokens to it.
Table of Contents
Creating an API client
- Go to Settings > API Clients.
If you don't see API Clients, you are missing the "isDeveloper" flag. Contact support for assistance.
- Select Create new.
- Enter a name in the Client Name field.
- Select Password from the Authorization flow drop-down list.
- You don't need a Client Secret in this scenario.
- Select the scopes you need in the Allowed scopes field.
- Select Enabled.
- Select CREATE CLIENT. You have now created a new API client and need to create tokens for it.
- Select Tokens for the newly created client.
- Select Create token.
- Select CREATE to create a new token.
- Login with your account (access is checked again).
The next step is to set up your Postman environment.