invalid_request_error404What happened
Thecandidate_alias you provided does not match any candidate in your account. This can happen if the value is wrong or the candidate belongs to a different account.
How to fix
CallGET /v1/candidates to retrieve your candidates and confirm the candidate_alias.
Common causes
Typo in the candidate_alias
Typo in the candidate_alias
Double-check the
candidate_alias value — a single wrong character produces a 404.Candidate belongs to a different account
Candidate belongs to a different account
Each candidate is scoped to the account that created it. A token from account A cannot access candidates from account B.
Using a schema id instead of candidate_alias
Using a schema id instead of candidate_alias
POST /v1/events expects a candidate_alias in the body, not a schema id or an internal database id.
Make sure you are passing the value you provided as candidate_alias when creating the candidate.