API Reference¶
Technical reference for all Integration API endpoints, authentication, and error handling.
Base URL¶
All API requests are made to:
https://api.whitelabelcro.com
OpenAPI Specification¶
Machine-readable OpenAPI specification:
https://api.whitelabelcro.com/api-docs/index.html
Use this specification for automated client generation, schema validation, and interactive exploration.
Endpoints¶
- Authentication - API key authentication and scopes
- Events API - Polling events and retrieving event history
- Webhooks API - Managing webhook subscriptions
- Lookups API - Dropdown data for employees, affiliates, and statuses
- API Keys API - API key lifecycle and format
- Error Handling - HTTP status codes and error responses
Authentication¶
All API requests require authentication via the X-Api-Key header. See Authentication for details on obtaining and using API keys.