Get Venues

GET {{API_URL}}/{{API_VERSION}}/venues/get?id=&name=&address_line_one&city&country_code&postcode&mapped=&start_date=&end_date=&order_by=&sort_order=&per_page=&page=

Request Params

KeyDatatypeRequiredDescription
idnullThe resellers ID for the venue.
Type: String
namenullThe name of the event venue.
Type: String
address_line_onenullThe first line of the address for the venue.
Type: String
citynullThe city for the venue.
Type: String
country_codenullThe country code for the venue.
Type: String
postcodenullThe postcode for the venue.
Type: String
mappednullWill return events based on whether the reseller already has event mapped to the TixStock event.
Type: Boolean
start_datenullWill return events based on whether the reseller already has event mapped to the TixStock event.
Type: Boolean
end_datenullA valid ISO-8601 DateTime format.
order_bynullType: String (asc/desc)
sort_ordernullAccepted Values:
  • id
  • name
  • city | | per_page | null | | Max: 50 Type: Integer | | page | null | | Type: Integer |