Hail API
GET
/contacts

Query Parameters

q?string|null
cursor?string|null
limit?Limit
Range1 <= value <= 500
Default100

Header Parameters

authorization?string|null

Response Body

application/json

application/json

curl -X GET "https://example.com/contacts"
{  "items": [    {      "id": "string",      "kind": "member",      "name": "string",      "phone_e164": "string",      "email": "string",      "role": "string"    }  ],  "next_cursor": "string"}