Custom status
Retrieves a collection of custom statuses.
Retrieves a single custom status.
GET https://api.bundeling.com/V2/custom_status{
"data": [
{
"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"
}
],
"pagination": {
"total": 1,
"per_page": 100,
"current_page": 1,
"total_pages": 1
}
}