Access Control
Upon landing on the Access Control page, you will notice three different keys you can manage here:
- Secret API Key Used when calling out REST API from your backend
- Mobile API Key Used in your mobile app when configuring our SDK
- Download Key Used for downloading packages with our SDK in your mobile development environment

The following attributes are true per key type:
Key Type | Generated by User | Multiple keys can be created | Can be revoked | Secret can be viewed after creation |
Mobile Key | NO | NO | NO | YES |
Secret Key | YES | YES | YES | NO |
Download Key | YES | NO | YES | YES |
"Copy" button - You can use the "Copy" buttons where available to copy your key to the clipboard.
"Revoke" button - Using this button will revoke the previously generated key. This action is not reversible, but you will be able to generate a new key.
Last modified 4mo ago