v1
latestOpenAPI 3.0.02026-07-26155147.1 KBCollaborations
List all collaborations
Returns a list of collaborations from your organization.
get/collaborations
Query parameters
pageinteger
Content's page
limitinteger
Max results per page (Maximum: 50)
Response
Successful collaboration list request
Example response
{
"pagination": {
"limit": 20,
"page": 1,
"total": 1
},
"content": [
{
"agency_id": 123,
"agency_name": "Awesome Real Estate Agency",
"group": true
}
]
}