Absorb Integration API (v2)
Download OpenAPI specification:Download
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
- 200
Content type
application/json
[- {
- "id": "string",
- "countryCode": "string",
- "name": "string"
}
]
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
- 200
- 404
Content type
application/json
{- "id": "string",
- "countryCode": "string",
- "name": "string"
}