Customer address types
Get a customer address type
Get information about a specific customer address type.
Returns the detail of a single address type record. To list all available address types, use GET /customer-address-types.
get/customer-address-types/{customer_address_type_id}
Path parameters
customer_address_type_idstring required
The unique ID of a customer address type in CareCloud.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Response
OK
Example response
{
"data": {
"address_type_id": "86e05affc7a7abefcd513ab400",
"name": "Mailing address",
"last_change": "2022-07-25 17:57:44.793447"
}
}