Skip to main content
Vansah API Overview
Updated over a month ago

Vansah’s API is HTTP-based and can used from any framework, programming language and tool. Submitting data to Vansah via the API is done via simple POST requests.

Requesting data is done through GET requests. All requests and responses use the JSON format and UTF-8 encoding.

Vansah’s API is HTTP-based and you can use simple HTTP requests to interact with it. All written requests must use the HTTP POST method, and all read requests must use the HTTP GET method.

Data is transferred in the JSON format and UTF-8 encoding.

To access the API Collection please visit : API Doc (Postman Collection)

Authentication

Vansah expects an authorization token to be provided for all API’s.

AUTHORIZATION API Key

API tokens can be generated from your Vansah app settings found within your Jira Workspace.

API tokens can be generated and revoked at any time.

More Information: Tutorial API Framework

Did this answer your question?