REST API authentication & methods
Perspective allows the users to get, create and update customers and organizations data. It can be used to import data one time or build a synchronization middleware with other data sources. For authentication, we use API tokens.
Base URL for REST API is: https://cd-api.appsvio.com
How to create a token?
Info
If token was generated before, it will be replaced with the new one when you click Generate once again.
- Click on the Apps icon in the top navigation and go into Explore more apps.
- Under Perspective section, select Tokens.
- Click Generate and later on Copy token.
How to authenticate a request in Postman
To properly authenticate the request using Postman, choose the Authorization type called Bearer Token. Define a header “Authorization” with the token generated in our app. It should have the following format:
_**Authorization:** Bearer \{{generated\_token\_from\_the\_app\}}_

How to delete all tokens?
Caution
We allow executing 5 requests per second per one Jira instance.
- Click on the Apps icon in the top navigation and go into Explore more apps.
- Under Perspective section, select Tokens.
- Click Revoke all tokens.
REST API Methods
Details can be found here: https://customer-details-api-app.herokuapp.com/v1/swagger-ui/index.html