Customer types
Get a customer type
Get information about a specific customer type.
Returns the detail of a single customer type record, including its name. To list all available customer types, use GET /customer-types.
get/customer-types/{customer_type_id}
Path parameters
customer_type_idstring required
The unique ID of a customer type in CareCloud.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Response
OK
Example response
{
"data": {
"type_id": "86e05affc7a7abefcd513ab400",
"name": "club",
"last_change": "2017-12-01 14:29:41"
}
}