cURL
curl --request GET \ --url https://api.g1.datacrazy.io/api/v1/leads/{id}/activities \ --header 'Authorization: Bearer <token>'
{ "count": 100, "data": [ { "id": "<string>", "createdAt": "2025-04-17T13:41:25.013Z", "title": "Reunião de alinhamento", "description": "Reunião para esclarer dúvidas ao cliente", "type": "business-lunch", "notes": "Anotações da reunião", "startDate": "2025-05-31T12:15:00.000Z", "endDate": "2025-05-31T13:15:00.000Z", "isCompleted": true, "lead": { "id": "27490d53-49a3-458c-863c-dd4b55e638ae", "name": "Guilherme Gavazzoni" }, "business": { "id": "27490d53-49a3-458c-863c-dd4b55e638ae", "code": "49a451" }, "attendant": { "userId": "koQGLa8p68fNZiiSmE1tec2LHtc2", "id": "2e6b47d4-d8ed-4501-a10a-48edf6c40d06", "name": "Guilherme Betiati", "email": "guilherme_betiati@hotmail.com", "phone": "4799987190", "image": "https://dc-qqqq1111pb.s3.amazonaws.com/profiles/koQGLa8p68fNZiiSmE1tec2LHtc2_2025-05-24T00%3A27%3A23.486Z" } } ] }
Documentation IndexFetch the complete documentation index at: https://docs.datacrazy.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.datacrazy.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
100
Show child attributes