Early access:
Our REST APIs are set to change in the coming months, and we probably won't be maintaining the legacy endpoints for very long.

So, if you use our REST APIs, be ready to update your integrations!

At Requirement Yogi, we’re committed to continuously enhancing our products to meet the evolving needs of our customers. However, we understand that there are instances where you may require additional functionalities beyond what our products currently offer. For example, you may need to generate intricate reports by consolidating data coming from multiple systems, automate tasks based on the properties of your requirements, etc. If that's the case, our REST APIs empower you to extend the capabilities of our products to better fulfill your needs.

Explore our REST APIs

Each product has its own REST API:

Prerequisites

In order to access the REST APIs, you need to:

Create an account

To create a Requirement Yogi account:

Link an Atlassian account

To link an Atlassian account to your Requirement Yogi account:

Unlink the Atlassian account

To unlink the Atlassian account from your Requirement Yogi account:

Revoke the Requirement Yogi integration

We retrieve the accessible Atlassian sites from the Atlassian REST API.

If you need to revoke the Requirement Yogi integration or reset the accessible Atlassian sites:

Generate a personal access token

To generate a personal access token:

Make calls to the REST APIs

curl -L 'https://confluence.requirementyogi.com/rest/search?query=&limit=200&offset=0&spaceKey=SPACE' \
-H 'X-Base-Url: https://example.atlassian.net/wiki' \
-H 'X-Api-Key: YOUR_TOKEN'
image-20241219-142004.png