All error codes

insufficient_scope

HTTP 403 Token scope does not allow this operation

What happened

Your token is read-only and this request writes. Scope is fixed when the token is created and is checked before the request body is even read.

What to do

Issue a read-write token in the control panel and use it for the calls that write. The same read-only token keeps working for GET and HEAD requests, including on this path.

Retrying

Repeating this request will not help.

How it arrives

{
    "type": "https://docs.fiberax.com/errors/insufficient_scope",
    "title": "Token scope does not allow this operation",
    "status": 403,
    "code": "insufficient_scope",
    "request_id": "a277dcd1ca652c65"
}

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