PPylon Developers
ApiOrganizer Events

Create event

Creates a new event for the current tenant. Requires organizer role.

POST
/api/organizer/v1/events
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

application/problem+json

curl -X POST "https://loading/api/organizer/v1/events" \  -H "Content-Type: application/json" \  -d '{    "name": "string",    "slug": "string",    "category": "string",    "description": null  }'
{
  "eventId": "d6703cc8-9e79-415d-ac03-a4dc7f6ab43c"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}