Skip to main content
GET
/
api
/
v1
/
capabilities
/
providers
/
countries
cURL
curl --location --request GET "https://api.kashimi.tech/api/v1/capabilities/providers/countries"
--header "Accept: application/json"
--header "Authorization: Bearer YOUR_ACCESS_TOKEN"
[
  "DE",
  "LT",
  "NL"
]

Headers

Authorization
string
required

Bearer token for authentication

Response

The list of provider countries has been retrieved successfully

Example:
["DE", "LT", "NL"]