Skip to main content
GET
/
partner
/
supported-countries
List supported countries
curl --request GET \
  --url https://app.cr3dentials.xyz/v1/partner/supported-countries \
  --header 'x-api-key: <api-key>'
{
  "status": "success",
  "data": [
    {
      "country_code": "ZA",
      "country_name": "South Africa"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Your partner API key. Alternatively, pass Authorization: Bearer <key>.

Query Parameters

country
string

ISO-3166 alpha-2 code — return this country's regions.

Example:

"ZA"

region
string

Region code (with country) — return that region's cities.

Example:

"gauteng"

Response

Supported locations

status
string
Example:

"success"

data
object[]