Ottieni lista contatti per ID
GET/api/partner-gateway/v1/contacts/list/:id
Retrieves the full details of a single contact list by its numeric ID. The response includes the list name, description, creation date, contact count, and whether it is marked as a test list. Use this endpoint to inspect a list before assigning it to a campaign via POST /campaigns or PUT /campaigns/{id}. To retrieve the actual contacts within this list, use GET /contacts/list/{listId}/contacts. Returns 404 if no contact list exists with the given ID under your account. Returns 500 if an unexpected server error occurs.
Richiesta
Risposte
- 200
- 404
- 500
Lista contatti recuperata con successo
Lista contatti non trovata
Errore interno del server