Contacts-v2 (Early Access)
Number of APIs: 15
-
List All Identifiers of a Contact GET https://contacts.messagebird.com/v2/contacts/{contactId}/identifiers
-
List All Contacts GET https://contacts.messagebird.com/v2/contacts?channelId={channelId}&status=active&offset=40&limit=10
-
View a Contact GET https://contacts.messagebird.com/v2/contacts/{contactId}
-
Update a Contact PATCH https://contacts.messagebird.com/v2/contacts/{contactId}
-
Update or Create Contact POST https://contacts.messagebird.com/v2/ops/contacts/upsert
-
Delete a Contact DELETE https://rest.messagebird.com/v2/contacts/{contactId}
-
Merge Contacts POST https://contacts.messagebird.com/v2/ops/contacts/merge
-
Get a Specific Identifier of a Contact GET https://contacts.messagebird.com/v2/contacts/{contactId}/identifiers/{identifierId}
-
Add an Identifier to an Existing Contact POST https://contacts.messagebird.com/v2/contacts/{contactId}/identifiers
-
Delete an Identifier From a Contact DELETE https://contacts.messagebird.com/v2/contacts/{contactsId}/identifiers/{identifiersId}