Skip to main content
POST
Probe whether a serial is valid for a return

Authorizations

Authorization
string
header
required

API key issued per entity via Settings > Developers > API Keys. Each key carries scopes (e.g. orders:read, products:write). Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.

Body

application/json
serial_number
string
required

The serial number to validate.

original_order_id
string<uuid> | null

The order the RMA is being raised against. Omit if unknown.

product_id
string<uuid> | null

Scope validation to a specific product (optional).

Response

Validation verdict (never 4xx from this endpoint; check valid field)

data
object