Skip to main content
Version: v2

Absorb Integration API (v2)

Download OpenAPI specification:Download

Countries

List countries.

Authorizations:
api_key
header Parameters
x-api-key
string
x-api-version
string

2

Responses

Response Schema: application/json
Array
id
string <guid>

The unique identifier of the country.

countryCode
string

The country code.

name
string

The name of the country.

Response samples

Content type
application/json
[
  • {
    }
]

Get country.

Authorizations:
api_key
path Parameters
id
required
string <guid>

The ID of the country.

header Parameters
x-api-key
string
x-api-version
string

2

Responses

Response Schema: application/json
id
string <guid>

The unique identifier of the country.

countryCode
string

The country code.

name
string

The name of the country.

Response samples

Content type
application/json
{
  • "id": "string",
  • "countryCode": "string",
  • "name": "string"
}