Contact Lists
Edit Contact List
API reference for editing a contact list.
PUT
/
dispatches
/
contacts
/
lists
This endpoint allows you to edit a contact list.
Body
id
string
requiredThe ID of the contact list to edit.
name
string
requiredThe new name of the contact list.
Response
Success
object
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
id
string | null
Include the ID to update an existing contact list. Omit to create a new one.
name
string
The name of the contact list.
Response
200 - application/json
id
string
name
string
createdAt
string
updatedAt
string
Was this page helpful?