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