For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request GET '/channel-partners?page&size&sort' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'{
"content": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "Rahul Realty",
"primaryPhone": "9876543210"
}
],
"totalElements": 1,
"totalPages": 1,
"size": 10,
"number": 0
}