Skip to main content
POST
Get one pet benefit

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 pet benefit.

removed/is_deleted is a business/lifecycle attribute, not a soft-delete flag -- pet benefits have no soft-delete concept.

id
string
pet
string
subscription
string
benefit_name
string
benefit_description
string
wellness_plan_name
string
is_addon
boolean
revenue_to_recognize_per_unit
number<double>
retail_value
number<double>
provided
integer
remaining
integer | null
is_unlimited
boolean
rounding_addition
number<double>
is_perk
boolean
in_kind_discount
number<double>
parent_petbenefit
string
created_at
string<date-time>
updated_at
string<date-time>
inactivation_date
string<date-time> | null
activation_date
string<date-time> | null
product_ids
string[]