Create a new API Token
To create a new API token:
- Open the admin dashboard and go to
App Management
- Click the
API Tokens
panel - Click
Create new token
Considerations
- API tokens are assigned to a single application and a single environment.
- Each token has an expiration date.
- You may use the same token for Servers, iOS apps, and Android apps by assigning the corresponding authorization tags.
- Created tokens cannot be recovered and are not stored in the database. If you lose one, generate a new token with the same properties.
New Server Token
This token allows you to use the server API to upload releases remotely from your CI/CD or automation tools. The tag must be explicitly server
, otherwise the token will be invalidated.
- Fill in the token information and assign the
server
tag - Click
Create API Token
New iOS App Token
- Fill in the token information and create a tag that contains the app's
bundle identifier
; this will be validated when connecting to the server. - Click
Create API Token
New Android App Token
- Fill in the token information and create a tag that contains the app's
SHA256 signing certificate fingerprint
; this will be validated when connecting to the server. - Click
Create API Token