GET
/
v1
/
status
curl --request GET \
  --url https://api.fructu.co/v1/status \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "label": "À contacter",
      "id": "1742285896869x689052030883594200"
    },
    {
      "label": "En attente",
      "id": "1742285896869x689052030883594201"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

Success. La réponse contient un objet avec une propriété data (liste des statuts).

The response is of type object.