Récupérer la liste des statuts de votre Workspace.
cURL
curl --request GET \ --url https://api.fructu.co/v1/status \ --header 'Authorization: Bearer <token>'
{ "data": [ { "label": "À contacter", "id": "1742285896869x689052030883594200" }, { "label": "En attente", "id": "1742285896869x689052030883594201" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success. La réponse contient un objet avec une propriété data (liste des statuts).
data
Show child attributes
Label du statut
ID unique du statut
Was this page helpful?