API - API call to fetch a Lead's ID
Create a new user
{
"query": "{leads{id,fullname}}",
"page": 0,
"limit": 15,
"search": "551131818777"
}
Name
Value

Last updated
Was this helpful?
{
"query": "{leads{id,fullname}}",
"page": 0,
"limit": 15,
"search": "551131818777"
}

Last updated
Was this helpful?
Was this helpful?
{
"data": {
"leads": [
{
"id": 8473,
"fullname": "Marco Giroto"
}
]
}
}{
"error": "Invalid request"
}