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

« Previous Version 3 Current »

This API call is used to upgrade contact to user.

Resource URL

/api/1.0/contact/upgrade/<ID>

Resource Information

 

Response formatsJSON
Response code200
Requires authentication?Yes
HTTP MethodPOST/GET

Parameters

 

Name TypeDefault ValueValidationDescription

id

required 

uuid-uuid4

contact ID.

set_password

optional

boolfalse-

determines if "set password" email should be sent.


Example Request URL

Example Result

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

 

 

 

 

  • No labels
Quatrix APIs v1.0 QA1