An API for searching products, base path is https://ignition.ticketek.com.au/products
- Version: v1
Perform a search based on parameters provided
GET/search
Request parameters
| Name | Type | Required | Description |
|---|---|---|---|
| q | String | false | Query that narrows down the search |
| CorrelationId | – | true | A unique identifier value (in header) that is attached to requests and messages that allow reference to a particular transaction or event chain |
| x-api-key | – | true | Account specific API Key |
| Authorization | – | true | OAuth token using the Bearer authentication scheme. |
Response parameters
| Name | Type | Required | Description |
|---|---|---|---|
| status | Object | false | Contains the resource id (rid) and the time it took to process the request (time-ms) |
| hits | Object | false | Contains the number of matching documents (found), the index of the first document included in the response (start), and an array (hit) that lists the document IDs and data for each hit. |