Searching...

Matching results

    API Clients

    API Clients controls client access for the user where:

    • user can view API clients from parent owner groups, but cannot edit them.
    • user can reassign API clients to other owner groups.

    API Clients is also limited by standard user read/write privileges and owner group permissions.

    Viewing API Clients

    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.

    Adding an API Client

    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.

    Editting an API Client

    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.

    Deleting an API Client

    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.

    TOP