Access tokens for the public API v2 can be created through your Emply’s website.
To perform API calls: use Swagger or generate an API Client from the OpenAPI Description file.
The list of tools for generating API clients: OpenAPI.Tools
Follow these steps to create a new access token
-
In your Emply instance, go to +.
-
Click , and then
-
Specify the internal title, and the access rights that should be granted through the token.
Anmerkung
If you have a specific endpoint in mind, you can see which area it belong to and what type of access is required for it in Swagger UI.
-
Click on and copy the token using the icon
.
You can or the token at a later point in time. A deactivated token can be re-activated later, but a revoked token can no longer be used. You can also add/modify IP restrictions for the token usage.
Anmerkung
Note the that token has a format of JSON Web Token, that means a developer can apply a base64 decoding, to see what information it carries.