dipudan
5 years agoOccasional Visitor
Using Zephyr Enterprise API to fetch details.
Hi, I have created a test account for Zephyr Enterprise "https://testaccountAPI.zephyrdemo.com/flex/html5/release/1". I had created an API token and was trying to fetch the details busing the below...
- 5 years ago
Hi dipudan,
The API token is sent in the Authorization header as follows:
Authorization: Bearer YOUR_API_TOKEN
Zephyr Enterprise API also supports Basic authentication and cookie authentication. Please see API: Authentication for more information.