REST API Authentication and Methods
How to use REST API with Perspective? Find out below.
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?
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?
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
Last updated
Was this helpful?