PPylon Developers
ApiVenues

Get Venue

GET
/api/v1/venues/{id}
AuthorizationBearer <token>

Enter your bearer token from the Pylon Auth API.

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/problem+json

curl -X GET "https://loading/api/v1/venues/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "name": "string",
  "description": null,
  "street": "string",
  "city": "string",
  "state": "string",
  "postalCode": "string",
  "country": "string",
  "latitude": 0.1,
  "longitude": 0.1,
  "defaultCapacity": 0,
  "contactEmail": null,
  "contactPhone": null
}
{
  "code": "string",
  "message": "string"
}