get https://api.easybroker.com/v1/collaborations
Returns a list of collaborations from your organization.
Log in to see full request history
Responses
Returns a list of collaborations from your organization.
xxxxxxxxxx
curl --request GET \
--url 'https://api.easybroker.com/v1/collaborations?page=1&limit=20' \
--header 'accept: application/json'
xxxxxxxxxx
15{
"pagination": {
"limit": 20,
"page": 1,
"total": 1,
"next_page": null
},
"content": [
{
"agency_id": 123,
"agency_name": "Awesome Real Estate Agency",
"group": true
}
]
}