Test Fairy Rest API not working

181 Views Asked by At

I am trying to call test fairy rest API to get all builds on the account using POSTman but getting missing parameters error.

This is a GET call so parameters are being sent as part of URL

https://app.testfairy.com/api/1/[email protected]&api_key=xyzabcdefg

Here is the testfairy guide for the call. Please point out what am I doing wrong here. https://docs.testfairy.com/API/Rest_API.html

1

There are 1 best solutions below

0
On BEST ANSWER

You should send your email and api_key as Basic Auth Username and password. The url will be https://app.testfairy.com/api/1/projects

example using Postman