Skip to main content
GET
Retrieve product

Authorizations

Authorization
string
header
required

Store API key created in the Leyyow suite under Settings → Public API. Sent as Authorization: Bearer <key>.

Path Parameters

uid
string<uuid>
required

Product uid.

Response

Product retrieved.

error
string | null
required

Human-readable failure reason, or null on success.

Example:

null

message
string
required

Short status message.

Example:

"Request successful."

data
object
required

Response payload. null on failure.