REST API Authentication
How to use REST API with Customer and Organization Management
Customer and Organization Management API allows to get, create, and update customer's and organization's data. You can use it to import data once or build a synchronization middleware with other data sources. To authenticate, we use API tokens.
Base URL for REST API is: https://cd-api.appsvio.com
How to create a token?
🐾 Steps
Click on the Apps in the top navigation
Click on the Explore more apps button
Click Tokens under Customers & Organizations section
Click Generate
Click Copy token
If token was generated before, it will be replaced with the new one when you click Generate once again.
How to authenticate 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?
🐾 Steps
Click on the Apps in the top navigation
Click on the Explore more apps button
Click Tokens under Customers & Organizations section
Click Revoke all tokens
We allow executing 5 requests per second per one Jira instance.
Last updated