Skip to main content
GET
/
geo-coverage
Get Geocoverage
curl --request GET \
  --url https://api.sandbox.sardine.ai/v1/geo-coverage \
  --header 'Authorization: Basic <encoded-value>'
{
  "data": [
    {
      "countryCode": "<string>",
      "isAllowed": true,
      "isBasicKycAllowed": true,
      "name": "<string>",
      "supportedDocuments": [
        "<string>"
      ],
      "currencyCode": "<string>",
      "paymentMethods": [
        {
          "name": "<string>",
          "type": "<string>",
          "isAllowed": true
        }
      ],
      "states": {
        "code": "<string>",
        "name": "<string>",
        "isAllowed": true
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json

OK

data
object[]
Minimum array length: 1