Basic Usage
Returns a single account based on the account key.
GET https://api.bigtickets.com/v1/account/{account-key}
GET https://api.bigtickets.com/v1/account/{account-key}?expand=venue
An Example
Request
curl https://api.bigtickets.com/v1/account/ajl3WUk3NFZpT3ZiVXFZem5wRk9yZz09?expand=venue -u aSecretKey:
Response Body
{
"id": "2",
"key": "ajl3WUk3NFZpT3ZiVXFZem5wRk9yZz09",
"name": "The Dallas Comedy Venue",
"isVenue": true,
"venueName":"Dallas Station Comedy Club",
"venueState":"TX",
"venueAddress1":"1399 Comedy St NW",
"venueAddress2":"",
"venueZip":"75001",
"venuePhone":""
}
-
Additional venue information will not exist if
isVenueisfalse.
Query Parameters
-
expand (optional)
Theexpandquery param is a comma delimited list used to retrieve additional data. Currently the only value supported isvenue.