v1

latestOpenAPI 3.1.02026-07-242735131.1 MB
Countries

List countries

Returns a list of all countries that are supported by Remote API alphabetically ordered. The supported list accounts for creating employment with basic information and it does not imply fully onboarding employment via JSON Schema. The countries present in the list are the ones where creating a company is allowed.

Scopes

CategoryRead only ScopeWrite only Scope (read access implicit)
Manage company resources (company_admin)View countries (country:read)-
get/v1/countries

Headers

Authorizationstring required

This endpoint works with any of the access tokens provided. You can use an access token obtained through the Client Credentials flow, the Authorization Code flow, or the Refresh Token flow.

Response

Success

Example response

{
  "data": [
    {
      "alpha_2_code": "PT",
      "code": "PRT",
      "employment_agreement_preview_available": true,
      "eor_onboarding": true,
      "name": "Portugal",
      "region": "Europe",
      "subregion": "Southern Europe",
      "supported_json_schemas": [
        "additional_documents",
        "address_details",
        "administrative_details",
        "employment-basic-information",
        "bank_account_details",
        "contract_details",
        "emergency_contact"
      ]
    }
  ]
}