API v1 ReferenceContacts
List all contacts
Retrieve all contacts for your tenant, including their review status and account information. Browse request parameters, authentication requirements,…
Retrieve all contacts for your tenant, including their review status and account information
curl -X GET "https://app.orbiqhq.com/api/v1/contacts"{
"contacts": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"email": "john.doe@example.com",
"first_name": "John",
"last_name": "Doe",
"title": "Security Manager",
"review_status": "approved",
"tenant": "tenant-123",
"account": {
"id": "acc-123",
"title": "Acme Corp"
},
"vendor": {
"id": "vendor-123",
"title": "Acme Vendor"
},
"documents": [
{
"documents_id": "doc-123"
}
],
"access_requests": [
{
"id": "req-123"
}
],
"invitations": [
{
"id": "inv-123",
"state": "pending",
"date_created": "2026-02-24T10:00:00.000Z"
}
],
"date_created": "2026-02-20T10:00:00.000Z",
"date_updated": "2026-02-25T12:00:00.000Z",
"custom_fields": [
{
"id": "cf-123",
"template": "template-123",
"value": "Primary security contact"
}
]
}
]
}Empty
Empty
How is this guide?