CheapVHR LogoCheapVHR

Authentication

Secure your API requests with API key authentication using the x-api-key header.

API Key Authentication
Include your API key in the x-api-key header of every request. Get your API key from your dashboard profile under the API Keys section.
Requiredx-api-key header
HTTP Header
x-api-key: YOUR_API_KEY
Base URL
All API requests should be made to the following base URL
Base URL
https://api.cheapvhr.com/v1

All endpoints documented in this API reference should be prefixed with this base URL.

Example Request
How to include authentication in your API requests
bash
curl -X GET \
  https://api.cheapvhr.com/v1/user \
  -H "x-api-key: YOUR_API_KEY"