Problems·HTTP 503
sign-ins-unavailable
Sign-ins are paused.
What it means
An unusual number of sign-in emails were sent in the last hour, so new sign-ins are paused to protect inboxes. Existing keys work as normal.
What to do
Retry after the Retry-After interval.
Example
Sent as application/problem+json (RFC 9457). Branch on type, which is stable. Never branch on title or detail, which are prose and may change.
{ "type": "https://www.einvoicing.dev/problems/sign-ins-unavailable", "title": "Sign-ins are paused.", "status": 503, "detail": "…"}All problem types
Every error the API can return, with what to do about each.
API reference
Every operation, its parameters and the errors it can answer with.