Countries
SwitchApp supports all countries supported by integrated providers
This endpoint retrieves all SwitchApp-supported countries. You may update your account settings for various regions using this list.
get
Authorizations
Responses
200
Success
application/json
get
GET /v1/supported-services/countries HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
200
Success
{
"status": "success",
"message": "text",
"data": {
"country_name": "text",
"continent": "text",
"country_code": "text",
"is_supported": true
},
"meta": {},
"errors": {
"ANY_ADDITIONAL_PROPERTY": [
"text"
]
},
"is_error": true
}
Last updated