cURL
curl --request GET \ --url https://api.chat-dash.com/v1/public/projects/{projectId}/leads \ --header 'Authorization: <authorization>'
[ { "_id": "<string>", "phone": "<string>", "customFields": {}, "tags": [ "<string>" ] } ]
Fetch all leads for a specific project
All requests to the ChatDash API must be validated with the agency API Key found on your agency profile
The ID of the project
OK
The response is of type object[].
object[]