Skip to main content
POST
Create Label Request Error

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
integer
required

The unique identifier for the label request, created by Loop.

Example:

67329889100573

Body

application/json
reason
enum<string>
required

The reason code associated with the label request error.

Available options:
INSUFFICIENT_FUNDS,
INVALID_ADDRESS,
Other
Example:

"INVALID_ADDRESS"

message
string | null

The message associated with the label request error.

Maximum string length: 500
Example:

"Failed to generate a label, the origin address is invalid"

Response

Accepted

reason
enum<string>
required

The reason code associated with the label request error.

Available options:
INSUFFICIENT_FUNDS,
INVALID_ADDRESS,
Other
Example:

"INVALID_ADDRESS"

message
string | null

The message associated with the label request error.

Example:

"Failed to generate a label, the origin address is invalid"

created_at
string<date-time>

The date the label was created.

Example:

"2023-04-25T13:25:00-05:00"