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

The response is of type object[].