Récupérer la liste des listes de votre Workspace.
cURL
curl --request GET \ --url https://api.fructu.co/v1/list \ --header 'Authorization: Bearer <token>'
{ "data": [ { "label": "Clients", "id": "1742285896869x689052030883594200" }, { "label": "Prospects", "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.
data
The response is of type object.
object
Was this page helpful?