Last Updated: 1/28/2026
Authentication
The Acme API uses API keys for authentication.
Getting Your API Key
- Log in to your Dashboard
- Navigate to Settings → API Keys
- Click Generate New Key
Using Your API Key
Include the key in all requests:
curl -X GET "https://api.acme.io/v1/users" \
-H "Authorization: Bearer YOUR_API_KEY"Key Permissions
| Permission | Description |
|---|---|
read | Read-only access |
write | Create and modify |
delete | Delete resources |
admin | Full access |
Security Note: Never expose your API key in client-side code.