You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi Team,
We have a dashboard with a donut chart widget inside it. I need to extract the data from the donut chart.
I used the below API to get the dashboard details.
API: https://xray.cloud.getxray.app/api/internal/report/tests/status
its a post call.
While hitting this API, the X-acpt token is getting refreshed after one day. Do you know from which API call this X-acpt token is getting generated ?
So that I can refer this token in the above mentioned API(https://xray.cloud.getxray.app/api/internal/report/tests/status) as a request header.
What is X-acpt token why we need it?