Countries
Get List of Countries
Headers
Name
Type
Description
HTTP/1.1 200 OK
Content-Type: application/json
Body:
{
"status_code": 200,
"errors": {},
"data": {
"countries": [
{
"id": <country_id>,
"code": <country_short_name_code>,
"name": <country_name>,
"phonecode": <country_phone_code>
}
]
}
}Sample code
Last updated
Was this helpful?