Errors

Errors use { "error": { "code", "message", "details?" } }.

CodeTypeHTTPDescription
unauthorizedstring401Missing or invalid API key
forbiddenstring403Revoked API key or trial write blocked (distinct from upgrade_required)
upgrade_requiredstring403Organization is on the free plan; upgrade to a paid plan (2+ users)
not_foundstring404Resource not in your organization
validation_errorstring400Invalid input
invalid_pipeline_statusstring400Status not in org pipeline
candidate_limit_reachedstring403Candidate database limit
talent_pool_reveal_requiredstring403Masked talent pool profile
insufficient_creditsstring403Not enough Talynce credits (e.g. video interview API requires 10 credits)
rate_limit_exceededstring429Too many requests; Retry-After header is integer (seconds)
internal_errorstring500Server error