Retrieve detailed information about a specific item.
Security
PartnerApiKey and PartnerOAuth
- Mock serverhttps://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/item/{itemId}
- Productionhttps://api-prod.lobbie.com/lobbie/api/partner/v2/account/{accountId}/item/{itemId}
curl -i -X GET \
'https://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/item/{itemId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-key: YOUR_API_KEY_HERE'Item found and returned successfully
Response
{ "active": true, "billingCode": "36415", "categoryId": 456, "createdAt": "2025-01-15T14:00:00Z", "id": 12345, "name": "Blood Draw", "price": { "amount": 50, "currency": "USD" }, "taxable": false, "type": "SERVICE", "updatedAt": "2025-01-15T14:00:00Z" }