Skip to main content
GET
/
status
List booking statuses
curl --request GET \
  --url https://api.bookingshake.io/api/status \
  --header 'Authorization: Bearer <token>'
[
  {
    "value": "Dk2Yt5Pm8wQx",
    "label": "En attente"
  },
  {
    "value": "Zx8Kp3Qm7nRt",
    "label": "Confirmé"
  },
  {
    "value": "Fm6Hj9Lk4rWs",
    "label": "Option"
  },
  {
    "value": "Bn7Cx2Vt5pYz",
    "label": "Annulé"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication using your BookingShake API key. Retrieve your API key from Settings > Integrations in your BookingShake dashboard.

Response

List of booking statuses retrieved successfully

value
string

Status ID

Example:

"Zx8Kp3Qm7nRt"

label
string

Status display name (may be in French or configured language)

Example:

"Confirmé"