Forum Discussion

dipudan's avatar
dipudan
Occasional Visitor
4 years ago
Solved

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...
  • HKosova's avatar
    4 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.