PPylon Developers
ApiOrganizer Listings

Create listing

Creates a new listing for the current tenant.

POST
/api/organizer/v1/listings
AuthorizationBearer <token>

Enter your bearer token from the Pylon Auth API.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/api/organizer/v1/listings" \  -H "Content-Type: application/json" \  -d '{    "title": "string",    "slug": "string",    "venueCity": "string"  }'
{
  "listingId": "8c73d933-f7ed-437e-9da1-caac95adc1ae",
  "slug": "string"
}
{
  "code": "string",
  "message": "string"
}