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?

If token was generated before, it will be replaced with the new one when you click Generate once again.

  1. Click on the Apps icon in the top navigation and go into Explore more apps.

  2. Under Perspective section, select Tokens.

  3. 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?

  1. Click on the Apps icon in the top navigation and go into Explore more apps.

  2. Under Perspective section, select Tokens.

  3. 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?