Skip to main content
GET
/
subscriptions
/
{uuid}
Get subscription
curl --request GET \
  --url https://api.quivo.co/subscriptions/{uuid}
{
  "sellerId": 123,
  "entity": "SHIPMENTS",
  "endpoint": {},
  "uuid": "<string>"
}

Path Parameters

uuid
string
required

A universally unique identifier (UUID), typically used for images or other resources.

Response

Returns the subscription details including status and configuration.

Subscription information and details. Contains subscription package, billing configuration, status, and usage metrics.

sellerId
integer<int64>
required

Required seller for which to make a subscription.

entity
enum<string>
required

Required entity name for which to subscribe.
Enum: ORDERS SHIPMENTS

Available options:
SHIPMENTS,
ORDERS,
INBOUNDS,
RETURNS,
INVOICES
endpoint
object
required

Response object containing endpoint details

uuid
string

The uuid value