Api Authentication
API authentication

API authentication

To interact with the Zamry API, you need an access token for authorization. This guide will walk you through obtaining an access token and using it with Zamry's services.

Key Points About Zamry Access Tokens

  1. App and Project Association:

    • Access Tokens and Apps: Each access token is linked to a specific app. An app is a software tool or program that uses/interacts with the API.
    • Apps and Projects: Apps are grouped under a project. A project is a collection of related systems, such as an Android app, a web app, and a backend service, all working towards common goals.
  2. Token Generation:

  3. Token Expiration:

    • Validity: Tokens are valid for 2 hours. After expiration, generate a new token to continue accessing Zamry API services.
  4. Token Revocation:

In Summary

To get an access token:

  1. Generate a Token: Use the Token Creation Endpoint (opens in a new tab) to generate a new token.
  2. Be aware of Expiration: Take note of the 2-hour validity period and renew your token as needed.
  3. Revoke if Necessary: If you need to revoke a token, use the Revocation Endpoint (opens in a new tab) or your dashboard.