REST API Authentication and Methods
How to use REST API with Perspective? Find out below.
Last updated
Was this helpful?
How to use REST API with Perspective? Find out below.
Last updated
Was this helpful?
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
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.
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}}
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.
Details can be found here: https://customer-details-api-app.herokuapp.com/v1/swagger-ui/index.html