Get Contacts Batch

Gets multiple contacts in a single request. Limited to 1000 contacts per request.

post/v1/get-contacts-batch

Request body

contact_idsstring[] required

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

Response

List of contacts retrieved successfully

status'success' | 'error'

Status of the contact retrieval

errorstring

Error message (only present for failed retrievals)

contactIdstring uuid

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

Changes

No recorded changes to this endpoint across all 1 revision of this API.