API Clients controls client access for the user where:
API Clients is also limited by standard user read/write privileges and owner group permissions.
1. Select Develop->API Clients.
2. The user can see API clients from its own group, its child groups and its parent groups. API clients that belong to the parent group cannot be editted.
- name of the API client.
- API client id assigned by the AMM.
- Secret key assigned by the AMM.
- Redirect URL is an important part of OAuth2 authorization code flow. After a client is successfully authorized by an authenticated user, the AMM will redirect the user back to the client application with an authorization code in the URL as query parameter.
- description.
- customer group that the API client is assigned to.
- if API client is enabled or not.
Follow the steps below to add an API client:
1. Select Develop->API Clients.
2. Select the Add button.
3. Select the Customer Group. Fill in the Client Name, Redirect URL and optionally a description.
4. Select Save.
Follow the steps below to edit an API client:
1. Select Develop->API Clients.
2. Select the name of the API client that you wish to edit.
3. Modify the fields that you wish to edit.
4. Select Save.
When an API client is deleted, all access tokens and refresh tokens issued by that client are immediately revoked. Follow the steps below to delete an API client:
1. Select Develop->API Clients.
2. Select the name of the API client that you wish to delete and then select Delete.