Overview
Authentication is required to access all Cevoid API endpoints. The Cevoid API uses token-based authentication with API keys that you include in your request headers.Getting Your API Key
- Log in to your Cevoid account
- Navigate to Settings -> Integrations -> API
- Create a new API key or copy an existing one
You can find your API keys at: https://app.cevoid.com/settings/integrations/api
Authentication Method
Include your API key in the request headers using thex-api-key
field:
Security Best Practices
Never commit your Cevoid API token to version control systems like GitHub. Store your API keys securely and treat them like passwords.
Recommendations
- Store API keys as environment variables
- Use different API keys for development and production environments
- Rotate your API keys regularly
- Restrict API key access to only necessary team members
Example Request
Here’s a complete example of an authenticated API request:If your request is properly authenticated, you’ll receive a successful response with the requested data.