Authorizations
API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.
Query Parameters
Maximum number of vacancies to return per page. Must be between 1 and 50. Defaults to 25.
1 <= x <= 5025
ISO 8601 datetime string to filter vacancies modified on or after this date. Useful for incremental syncing to get only updated records. If omitted, returns all vacancies from the beginning of time.
"2024-01-01T00:00:00.000Z"
ISO 8601 datetime cursor for pagination. Use the nextCursor value from the previous response to fetch the next page. Represents the modifiedAt timestamp to start from. Omit for the first page.
"2024-01-15T10:30:00.000Z"

