Skip to content

Metadata (download page) for an AMI supplier ticket ​

GET
/v1/internal/ami/tickets/{ticket_id}/metadata

Returns DownloadPageTickets metadata for the ticket hashkey. Proxied to AMI with internal JWT.

Authorizations​

api_key
Type
API Key (header: X-Api-Key)

Parameters​

Path Parameters

ticket_id*

XS2event ID of the Ticket

Type
string
Required

Responses​

OK

application/json
JSON
{
  
"ticket_id": "string",
  
"supplier_id": "string",
  
"external_event_id": null,
  
"external_ticket_id": null,
  
"supplier_category_id": null,
  
"supplier_category": null,
  
"scraped_at": null,
  
"ticket_metadata": {
  
  
"external_ticket_id": null,
  
  
"external_event_id": null,
  
  
"external_category_id": null,
  
  
"category_name": null,
  
  
"currency": null,
  
  
"price_cents": null,
  
  
"external_stock": null,
  
  
"additionalProperties": "string"
  
},
  
"additionalProperties": "string"
}

Playground​

Server
Authorization
Variables
Key
Value

Samples​