Labels
POST /v1/labels/reorder
Persist a new ordering for labels.
POST /v1/labels/reorder stores a new label order.
Authentication
Send an organization API key in x-api-key or
Authorization: Bearer <key>.
Request Body
Send a JSON object describing the desired label order. The public OpenAPI schema does not enumerate the exact payload keys for this route.
Example
curl -X POST "https://api.blueputto.com/v1/labels/reorder" \
-H "x-api-key: YOUR_API_KEY" \
-H "content-type: application/json" \
-d '{}'Success Response
200 OK
{
"data": {}
}Error Responses
400 Bad Request401 Unauthorized429 Too Many Requests