# Retrieve the offer's price --- Retrieve the offer's price. --- ## Attributes details ### Name Officially supported language for the catalog. This language can be used to query events, products, and other resources in the catalog such as offers. ### Amount - contains the amount including tax - , if provided by the ticket issuer, contains the amount excluding tax ### Currency Only eur is supported for now Endpoint: GET /v1/ticketing/catalogs/{catalogId}/offers/{id}/price Version: 1.0.7 Security: JWT ## Path parameters: - `catalogId` (string, required) Catalog identifier - `id` (string, required) Offer identifier ## Response 200 fields (application/ld+json): - `@context` (any) - `@id` (string) - `@type` (string) - `amountInclTax` (string) Example: "100.00" - `amountExclTax` (string,null) Example: "80.00" - `currency` (string) Example: "eur" ## Response 403 fields (application/ld+json): - `@context` (any) - `@id` (string) - `@type` (string) - `title` (string,null) A short, human-readable summary of the problem. - `detail` (string,null) A human-readable explanation specific to this occurrence of the problem. - `status` (number) - `instance` (string,null) A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. - `type` (string) A URI reference that identifies the problem type - `description` (string,null) ## Response 404 fields (application/ld+json): - `@context` (any) - `@id` (string) - `@type` (string) - `title` (string,null) A short, human-readable summary of the problem. - `detail` (string,null) A human-readable explanation specific to this occurrence of the problem. - `status` (number) - `instance` (string,null) A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. - `type` (string) A URI reference that identifies the problem type - `description` (string,null)