Skip to main content
POST
Get one subscription

Authorizations

Authorization
string
header
required

Authorization: Bearer <api key>. The key resolves to your organization; every response is scoped to it. An organization field in the request body is optional, but if present it must match, or the request is rejected.

Body

application/json
id
string
required
organization
string

Optional. If present, must match the organization your API key resolves to, or the request is rejected with 400.

Response

One subscription.

id
string
is_active
boolean
frequency
string
pet
string
start_date
string<date-time> | null
end_date
string<date-time> | null
cancellation_date
string<date-time> | null
is_auto_renew
boolean
payment_plan
string
clinic
string
pet_pims_id
string | null
wellness_plan_name
string | null
wellness_plan_id
string | null
created_at
string<date-time>
updated_at
string<date-time>
in_kind_discounts_ledger
string | null
campaign_code
string | null
is_invalid
boolean