Authentication
Eledo uses HTTP header authentication with an API Key.
All API requests must include the API Key in the request headers.
Authentication headers
| Header | Type | Required | Description |
|---|---|---|---|
| Api-Key | String | Yes | Your API Key |
Example
GET /api/RESTv1/Profile
Api-Key: your_api_key
Important notes
- Requests without a valid API Key will fail
- The API Key must be included in every request
- Keep your API Key secure and do not expose it in client-side code
- Invalid API Keys return an authentication error response
Next steps
Was this article helpful?
Yes
No