Get price by lookup key
Use when resolving a price by external id (e.g. from your catalog or CMS). Ideal for integrations.
Path parameters
Lookup key
Response
OK
Example response
{
"addon": {
"entitlements": [
{
"feature": {
"meter": {
"created_at": "2024-03-20T15:04:05Z",
"event_name": "api_request",
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "API Usage Meter",
"status": "published",
"tenant_id": "tenant123",
"updated_at": "2024-03-20T15:04:05Z"
}
}
}
]
},
"meter": {
"created_at": "2024-03-20T15:04:05Z",
"event_name": "api_request",
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "API Usage Meter",
"status": "published",
"tenant_id": "tenant123",
"updated_at": "2024-03-20T15:04:05Z"
},
"plan": {
"entitlements": [
{
"feature": {
"meter": {
"created_at": "2024-03-20T15:04:05Z",
"event_name": "api_request",
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "API Usage Meter",
"status": "published",
"tenant_id": "tenant123",
"updated_at": "2024-03-20T15:04:05Z"
}
}
}
]
}
}Changes
Changed in 7 of the 12 revisions of this API.1318
- ●
added the new
configenum value to theaddon/entitlements/items/feature/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
configenum value to theaddon/entitlements/items/feature_typeresponse property for the response status200response-property-enum-value-added
- ○
added the optional property
addon/entitlements/items/config_valueto the response with the200statusresponse-optional-property-added
- ○
added the optional property
sequenceto the response with the200statusresponse-optional-property-added
- ●
- ●
removed the optional property
detailsfrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
detailsfrom the response with the500statusresponse-optional-property-removed
- ●
added the new
too_many_requestsenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
added the new
too_many_requestsenum value to thecoderesponse property for the response status500response-property-enum-value-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
removed the optional property
addon/typefrom the response with the200statusresponse-optional-property-removed
- ●
added the new
ONETIMEenum value to thebilling_periodresponse property for the response status200response-property-enum-value-added
- ○
removed the
ONETIMEenum value from thebilling_cadenceresponse property for the response status200response-property-enum-value-removed
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
removed the optional property
trial_periodfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
trial_period_daysto the response with the200statusresponse-optional-property-added
- ●
- ●
removed the optional property
errorfrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
errorfrom the response with the500statusresponse-optional-property-removed
- ●
removed the optional property
successfrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
successfrom the response with the500statusresponse-optional-property-removed
- ○
added the optional property
codeto the response with the400statusresponse-optional-property-added
- ○
added the optional property
codeto the response with the500statusresponse-optional-property-added
- ○
added the optional property
detailsto the response with the400statusresponse-optional-property-added
- ○
added the optional property
detailsto the response with the500statusresponse-optional-property-added
- ○
added the optional property
http_status_codeto the response with the400statusresponse-optional-property-added
- ○
added the optional property
http_status_codeto the response with the500statusresponse-optional-property-added
- ○
added the optional property
messageto the response with the400statusresponse-optional-property-added
- ○
added the optional property
messageto the response with the500statusresponse-optional-property-added
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the optional property
addon/entitlements/items/feature/groupto the response with the200statusresponse-optional-property-added
- ○
added the optional property
addon/entitlements/items/feature/group_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
addon/entitlements/items/feature/meter/aggregation/expressionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
addon/entitlements/items/feature/reporting_unitto the response with the200statusresponse-optional-property-added
- ○
added the optional property
meter/aggregation/expressionto the response with the200statusresponse-optional-property-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○