ApiListings
Get listing by slug
Returns detailed information about a published listing.
Authorization
Bearer AuthorizationBearer <token>
Enter your bearer token from the Pylon Auth API.
In: header
Path Parameters
slug*string
Response Body
application/json
application/problem+json
curl -X GET "https://loading/api/v1/listings/string"{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"title": "string",
"slug": "string",
"description": null,
"shortDescription": null,
"imageUrl": null,
"images": [
"string"
],
"venueName": null,
"venueAddress": null,
"venueCity": "string",
"venueLatitude": 0.1,
"venueLongitude": 0.1,
"category": null,
"tags": [
"string"
],
"startsAt": "2019-08-24T14:15:22Z",
"endsAt": "2019-08-24T14:15:22Z",
"isRecurring": true,
"recurrenceDescription": null,
"priceFrom": 0.1,
"priceCurrency": "string",
"priceDescription": null,
"externalUrl": null,
"externalSource": null,
"externalSourceId": null,
"pylonEventId": null,
"status": "string",
"isFeatured": true,
"sortOrder": 0,
"sourceImportedAt": "2019-08-24T14:15:22Z",
"publishedAt": "2019-08-24T14:15:22Z",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}{
"code": "string",
"message": "string"
}