Apps
Secure Your Access
To interact with the Zamry API, you'll need to obtain an account token. This token ensures secure communication between your application and the Zamry platform. Here's how to achieve this:
-
Create an Authentication App: Within your Zamry dashboard, navigate to the project page and create a new App (opens in a new tab). This app acts as a dedicated entity for managing API access credentials.
-
Obtain Client Credentials: Once you've created the Authentication App, you'll be provided with a unique Client App ID and Client Secret. These credentials are essential for requesting your access token.
-
Request Account Token: Using the Client App ID and Client Secret obtained in step 2, you can programmatically request an access token from the Zamry API. This token acts as your key to authorized access and should be stored securely within your application.
Create an App
Add the App name, select all scopes and grants you want to support and submit.
-
Enter App Name: Choose a clear and descriptive name for your application.
-
Select Scopes: Carefully review the available scopes for the API you're using. Select only the minimum set of scopes (opens in a new tab) required for your app's functionality. Granting unnecessary access can be a security risk.
-
Choose Grants: Grants define the level of permission your app has for each scope. (default:
client_credentials
) -
Submit: Once you've entered the app name, selected scopes, and chosen grant, proceed with submitting the configuration.
API Secret Keys
Your Client Secret is essential for secure communication with Zamry. It will not be displayed again once you close this window. Make sure to store it securely in a password manager or other encrypted location. Losing your Client Secret will require generating a new API key pair, potentially interrupting your application's connection.