All error codes

platform_disabled

HTTP 503 Public API is disabled

What happened

The public API is switched off, or it is in read-only mode and this request writes. Reads keep working while read-only mode is on; when the API is fully off, every request is refused.

What to do

Retry later, unchanged - there is nothing to fix in the request. If it persists, check with support before changing your integration.

Retrying

The request itself is fine. Repeat it later; after a 5xx use a new idempotency key and read the resource first.

How it arrives

{
    "type": "https://docs.fiberax.com/errors/platform_disabled",
    "title": "Public API is disabled",
    "status": 503,
    "code": "platform_disabled",
    "request_id": "a277dcd1ca652c65"
}

Branch your code on code, never on the wording of title.