Create a contact
Crea un contacto nuevo
Creates a new contact.
POST
/v2/contact/{identifier}
Provide your bearer token in the Authorization header when making requests to protected resources. Example: Authorization: Bearer 123
Identifier of the contact that can either be a phone number, email or contact ID. Examples: email:abdc@gmail.com
, phone:+593998445667
Path Parameters
Name
Type
Description
identifier*
String
Headers
Name
Type
Description
Token*
Bearer token
Request Body
Name
Type
Description
Parameters
Json
Ejemplo de la petición:
Respuesta - Success (HTTP status → 200)
Last updated