2

I am trying to use APIs from this https://support.smartbear.com/zephyr-scale-server/api-docs/v1/ documentation, where I am Unable to get the response. I am fulfilling all the specified requirements as mentioned in above documentation.

http://{My_Jira_URL}/jira/rest/atm/1.0/testcase/{Test_Case_ID}/attachments

The Auth type which I am using is Basic.

Here is a response which I am getting in postman

Here is a response which I am getting in postman

Can anyone let me know what I am doing wrong | what could be the cause behind this issue. Or Else any alternate way or API resources to get Attachments for Jira-Zephyer Test cases?

Azhar Khan
  • 3,829
  • 11
  • 26
  • 32
sam edit
  • 21
  • 2

1 Answers1

0

You will need to use Zephyr scale API token as authorization to get a response for the APIs. https://support.smartbear.com/zephyr-scale-cloud/api-docs/#section/Authentication

Zodiac
  • 1
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Jan 20 '23 at 22:23