v1
latestOpenAPI 3.0.02026-07-2688129326.6 KBOrganisations
List Organisations
get/v1/organizers
Query parameters
filtersstring
JSON array of filter objects. Example: [{"status":"active"}]
filtersLogical'$and' | '$or' | '$nor'
Logical operator applied to filters.
limitinteger
Maximum number of items to return.
skipinteger
Number of items to skip.
startIdstring objectId
Start listing after this object id.
sortstring
Sort spec as JSON string. Example: {"_createdAt":"desc"}.
Response
Success
Example response
{
"data": [
{
"name": "x",
"contact": {
"email": "user@example.com",
"phone": "string",
"name": "string"
},
"details": {
"type": "forum",
"experience": "beginner",
"aim": "sellTickets"
},
"slug": "string",
"_id": "64b7f8b6f23a4a4f3d0a9b12",
"_createdAt": "2024-01-01T00:00:00.000Z",
"_updatedAt": "2024-01-01T00:00:00.000Z",
"_reference": "string"
}
],
"_type": "organizer"
}