Endpoints
Add a Contact to a List
Add a contact to an existing list
POST
Adds a new contact to an existing contact list, identified by the list ID.
- Path Parameter:
id
(string, required) - ID of the contact list. - Request Body:
ContactListContactDTO
- Response (201): Details of the newly added contact.
Authorizations
Path Parameters
Body
application/json
Response
201 - application/json
The response is of type any
.