Custom status
Retrieves a collection of custom statuses.
Retrieves a single custom status.
GET https://api.bundeling.com/V2/custom_status/:uuid
| Name | Description | Type |
|---|---|---|
uuid | A unique identifier used to identify the status. | string |
{
"uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
"label": "Available",
"color": "#FFFFFF",
"default_status": false,
"external_reference": "",
"creationdate": "2026-04-03T00:00:00+0200",
"lastupdate": "2026-04-03T00:00:00+0200"
}