Skip to main content
Version: v1

Absorb Integration API (v1)

Download OpenAPI specification:Download

Provinces

List provinces in country.

Authorizations:
api_key
query Parameters
countryId
required
string <guid>

The country ID.

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

1

Responses

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

The unique province identifier.

name
string

The province's name.

Response samples

Content type
application/json
[
  • {
    }
]

Get province.

Authorizations:
api_key
path Parameters
id
required
string <guid>

The province ID.

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

1

Responses

Response Schema: application/json
id
string <guid>

The unique province identifier.

name
string

The province's name.

Response samples

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