Authentication

Authentication

🚧

The Testify API is still in alpha and is subject to change without notice. Please contact us if you have any questions.

Testify uses API keys to authenticate HTTP requests. You can view and manage your API keys in the settings of your Testify Dashboard (opens in a new tab).

Details

The API key should be provided in the X-API-Key header.

GET /v1/{endpoint} HTTP/1.1
Host: api.testify.so
X-API-Key: YOUR_API_KEY

Errors

If a valid API key is not included in the request, a 401 Unauthorized response will be returned.

{
  "message": "UNAUTHORIZED"
}