GET
/
api
/
v1
/
api-keys
/
conventions
[
  {
    "id": 123,
    "name": "<string>",
    "slug": "<string>",
    "status": "SCHEDULED",
    "description": "<string>",
    "url": "<string>",
    "start_datetime": "2023-11-07T05:31:56Z",
    "end_datetime": "2023-11-07T05:31:56Z",
    "name_of_location": "<string>",
    "address": "<string>"
  }
]

Authorizations

X-API-Key
string
header
required

API key in format: sk_*

Query Parameters

end_date
string

End date for convention range (format: YYYY-MM-DD HH:MM)

ongoing
boolean

If true, returns only currently ongoing conventions

start_date
string

Start date for convention range (format: YYYY-MM-DD HH:MM)

Response

200 - application/json
id
integer
required
name
string
required
Maximum length: 300
slug
string
Maximum length: 350
status
enum<string>
  • SCHEDULED - Scheduled
  • CANCELED - Canceled
  • UNLISTED - Unlisted
  • DETAILS_PENDING - Details Pending
  • USE_EXTERNAL_SCHEDULE - Use External Schedule
  • ARCHIVED - Archived
Available options:
SCHEDULED,
CANCELED,
UNLISTED,
DETAILS_PENDING,
USE_EXTERNAL_SCHEDULE,
ARCHIVED
description
string | null
url
string | null
Maximum length: 200
start_datetime
string | null
end_datetime
string | null
name_of_location
string | null
Maximum length: 500
address
string | null
Maximum length: 500