Quatrix APIs v1.0
Space shortcuts
Quatrix APIs v1.0 QA1
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

This API call is used to create a contact.

Resource URL

/api/1.0/contact/create

Resource Information

 

Response formatsJSON
Response code201
Requires authentication?Yes
HTTP MethodPOST

Parameters

 

Name TypeDefault ValueValidationDescription

name

optional 

string''length[3, 511]

name of the contact.

email

required

string-email

email of the contact.


Example Request URL

Example Result

{
    "id": <uuid>,
    "name": <string>,
    "email": <string>,
    "created": <timestamp>,
    "has_key": <boolean>
}

 

 

 

 

  • No labels
Quatrix APIs v1.0 QA1