LogoLogo
👉 Get a free ITSM ebook
Perspective
Perspective
  • Welcome to Perspective!
    • Helpful Use Cases
  • Forms and Assets
    • Display Objects
    • Design a Form
      • Supported Fields
    • Views
    • Display Assets
    • Permissions
  • Managing Data
    • Projects
    • Releases
    • Components
    • Customers and Organizations
      • Managing Customer Data - Tutorial
      • Data Provision by Customers
      • Gather Data from Customers
      • Create Issues with Data
      • Post Function - Copy Values
        • Supported Fields for Copying
      • Import and Export Data
      • REST API Authentication and Methods
  • Viewing Data in Issues and Customer Portal
  • Security and other
    • Security Statement
    • FAQs
    • Related Articles
    • Contact our Support
Powered by GitBook

Security

  • Privacy Policy
  • Appsvio Trust Center

appsvio.com © 2025 All rights reserved

On this page
  • How to create a token?
  • How to authenticate a request in Postman
  • How to delete all tokens?
  • REST API Methods

Was this helpful?

Export as PDF
  1. Managing Data
  2. Customers and Organizations

REST API Authentication and Methods

How to use REST API with Perspective? Find out below.

PreviousImport and Export DataNextViewing Data in Issues and Customer Portal

Last updated 1 month ago

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:

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?

We allow executing 5 requests per second per one Jira instance.

  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
https://cd-api.appsvio.com