Skip to main content
GET
/
contacts
List Contacts
curl --request GET \
  --url https://api.truedy.ai/api/public/v1/contacts \
  --header 'Authorization: Bearer <token>'
{
  "data": {},
  "meta": {
    "request_id": "req_32e7531c-8",
    "timestamp": "2026-03-03T20:30:21.310278Z"
  }
}

Authorizations

Authorization
string
header
required

Your API key. Get it from the Truedy Dashboard. Send as: Authorization: Bearer <your_key>

Query Parameters

folder_id
string | null
search
string | null
page
integer
default:1
Required range: x >= 1
limit
integer
default:50
Required range: 1 <= x <= 100

Response

Request completed successfully

Response body