Skip to main content
POST
/
api
/
v3
/
sdk
/
{short_id}
/
set_country
Set country for verification
curl --request POST \
  --url https://api.dataspike.io/api/v3/sdk/{short_id}/set_country \
  --header 'Content-Type: application/json' \
  --header 'ds-api-token: <api-key>' \
  --data '{
  "country": "DE"
}'
{
  "message": "<string>"
}

Authorizations

ds-api-token
string
header
required

Path Parameters

short_id
string
required

Existing Verification Short Id

Example:

"VDBA1B2EA6A28A7D2"

Body

application/json
country
string<ISO 3166-1 ALPHA-2 code>

Two-letter ISO 3166-1 ALPHA-2 code, reference https://www.iban.com/country-codes

Example:

"DE"

Response

200 - application/json

Updated

Response with message

message
string
required