Skip to main content
GET
/
candidate
/
countries
Get countries
curl --request GET \
  --url https://api-stage.karmacheck.io/candidate/countries \
  --header 'Authorization: Bearer <token>'
{
  "list": [
    {
      "iso31662": "US",
      "iso31663": "USA",
      "country": "United States"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK

list
object[]
required