REST API
Authentication
Section titled “Authentication”API Key Format
Section titled “API Key Format”Partner API requests must include the API key in the Authorization header:
Authorization: users API-Key YOUR_API_KEY_HERE
Tenant-Specific Access
Section titled “Tenant-Specific Access”When accessing the Partner API:
- Your API key must have access to the tenant specified in the URL
- Operations are limited to the permissions of the associated user
- Data is automatically filtered to the specified tenant
Security Considerations
Section titled “Security Considerations”- API keys are tied to specific users
- Each key inherits the user’s permissions and tenant access
- Keys can be revoked at any time through the admin panel