Skip to main content

Authentication

All Everday API endpoints require authentication using an API key.
Each organization is assigned a unique API key, which must be included in every request.

Authenticating Requests

To authenticate API requests, include your API key in the request header:
curl -X GET "https://api.ever.day/skillsets" \
  -H "x-api-key: YOUR_API_KEY"