Interactive Text | Contacts Service | Overview

Overview

Method Resource URL Operation
GET ${baseURL}/byon/contacts/v1/ Returns all contacts created
POST ${baseURL}/byon/contacts/v1/ Create a contact
GET ${baseURL}/byon/contacts/v1/{contactId} Returns contact with this ID
POST ${baseURL}/byon/contacts/v1/{contactId} Edits contact with this ID
DELETE ${baseURL}/byon/contacts/v1/{contactId} Deletes contact with this ID