Policies
Policies and terms of service
Add a contact to a list
curl --request POST \ --url https://api.mobilizehub.com/v1/list.add-contact \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "contactId": "<string>", "listId": "<string>", "organizationId": "<string>" }'
{ "data": {}, "object": "contact" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object