Getting Started
The Spott API provides programmatic access to your recruitment data.Base URL
All API requests should be made to:Authentication
Private API requests must include anx-api-key header. You can generate API keys from Settings → API Keys in your Spott dashboard.
publicTenantSlug path parameter.
Pagination
List endpoints support cursor-based pagination. Use thecursor parameter from the response to fetch subsequent pages.
Rate Limiting
API endpoints are rate-limited. If you exceed the rate limit, you will receive a429 Too Many Requests response.
