Skip to main content
POST
Get Contacts Batch
Dieser Endpunkt ist veraltet. Verwende stattdessen Kontakte auflisten für paginierte Abfragen. Weitere Informationen findest du in der Migrationsanleitung.

Autorisierungen

Authorization
string
header
erforderlich

API key must be provided as: Bearer <api_key>

Body

application/json
contact_ids
string<uuid>[]
erforderlich

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

Antwort

List of contacts retrieved successfully

status
enum<string>

Status of the contact retrieval

Verfügbare Optionen:
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)