Skip to main content
GET
/
v1
/
partner
/
references
/
countries
List countries
curl --request GET \
  --url https://api.test.doola.com/v1/partner/references/countries \
  --header 'Authorization: <api-key>'
{
  "payload": [
    {
      "code": "USA",
      "name": "United States"
    }
  ],
  "error": {}
}

Authorizations

Authorization
string
header
required

Partner API key. Send the raw key as the Authorization header value — e.g. dk_test_… in sandbox or dk_live_… in production. Generate and rotate keys in the doola Partner Portal.

Response

200 - */*

OK

payload
object[]
error
object