You can get here the list of partners available.
All available methods for resource partners.
HTTP method | Endpoint | Description |
---|---|---|
[badge-blue GET] | /partners | Get information about all partners |
[badge-blue GET] | /partners/{partner_id} | Get information about a specific partner |
Get a list of partners accepted in CRM CareCloud
[badge-blue GET ] /partners
Status code: 200 OK
Output structure : object
Parameter name | Type | Description |
---|---|---|
partners | Partners[] | List of a partners |
total_items | integer | Count of all found partners |
Get information about a specific partner
[badge-blue GET ]/partners/{partner_id}
Parameter name | Type | Description |
---|---|---|
partner_id | string | The unique id for the partner |
Status code: 200 OK
Output structure : Partner