UniApplyForMe Data
Documentation

Error Reference

All errors follow a consistent JSON format. Check the HTTP status code and the error field in the response body.

Error format

{
  "error": "unauthorized",
  "message": "Invalid or missing API key",
  "status": 401
}

Error codes

CodeNameDescriptionHow to fix
400Bad RequestInvalid query parameters or request body.Check parameter types and required fields.
401UnauthorizedMissing or invalid API key.Include a valid X-API-Key header.
403ForbiddenAPI key lacks the required scope.Upgrade your plan or create a new token with the required scope.
404Not FoundResource does not exist.Check the resource ID in the URL.
429Too Many RequestsRate limit exceeded.Wait for the Retry-After period or upgrade your plan.
500Internal Server ErrorSomething went wrong on our end.Retry the request. If persistent, contact data@apply.org.za.
503Service UnavailableAPI is temporarily unavailable.Check status.apply.org.za and retry with exponential backoff.