Get single product

Get information about a product by using its ID. Most of the product information on tiqets.com is available on this endpoint.

The Product Information Mapping section provided the information mapping of this endpoint to the product page of tiqets.com.

Get single product

get
/products/{productId}
Path parameters
productIdintegerRequired

The ID of a product.

Example: 974092
Query parameters
currencystringOptional

Currency code of the price components (ISO 4217).

Default: EURExample: EUR
langstringOptional

Language of the content to retrieve (ISO 639-1). Defaults to English if undefined.

Default: enExample: en
Header parameters
AuthorizationstringRequired

Token <Your_API_Key>.

Default: Token <Partner_API_key>.
Responses
200

Successful operation.

application/json
get
/products/{productId}

Last updated

Was this helpful?