get https://api.zenoti.com/v1/countries
This API retrieves the list of all countries.
Response Details
| Name | Type | Description |
|---|---|---|
| id | int | Unique identifier of the country. |
| name | string | Name of the country. |
| short_name | string | Short name of the country. |
| phone_code | string | Phone code of the country |
| phone_range | string | Phone range of the country. |
| culture | object | Object that contains culture details of the country. |
| culture.id | int | Unique identifier of the country's culture. |
| culture.code | string | Unique code to identify the country's culture. |
| culture.display_name | string | Display name of the country's culture. |
| Error | object | Object that contains error message and error code details. |
