Skip to main content
POST
Get Contacts Batch
This endpoint is deprecated. Use List Contacts for paginated retrieval instead. See the Migration Guide for details.

Authorizations

Authorization
string
header
required

API key must be provided as: Bearer <api_key>

Body

application/json
contact_ids
string<uuid>[]
required

Array of telli contact IDs to retrieve. Maximum 1000 contacts per request.

Response

List of contacts retrieved successfully

status
enum<string>

Status of the contact retrieval

Available options:
success,
error
contact
object
error
string

Error message (only present for failed retrievals)

contactId
string<uuid>

The contact ID that was attempted to be retrieved (only present for failed retrievals)