REST API Authentication
How to use REST API with Customer and Organization Management
Last updated
How to use REST API with Customer and Organization Management
Last updated
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
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.
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}}
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.