Returns the current pump status immediately, or long-polls until the status changes if a known status is provided.
GET
/2026-2/pollings/{pollingId}/pump-status
curl \
--request GET 'https://api.pace.cloud/fueling/2026-2/pollings/652a50ff-e3ae-4aae-b0f1-ba92c40f780f/pump-status' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"data": {
"id": "1ac5082e-b610-45dc-b754-3f53f004b912",
"label": "1",
"status": "IN_USE"
}
}