This API call is used to upgrade contact to user.
Resource URL
/api/1.0/contact/upgrade/<ID>
Resource Information
| Response formats | JSON |
| Response code | 200 |
| Requires authentication? | Yes |
| HTTP Method | GET |
Parameters
| Name | Type | Default Value | Validation | Description |
id required | uuid | - | uuid4 | contact ID. |
Example Request URL
Example Result
{
"id": <uuid>,
"name": <string>,
"email": <string>,
"created": <timestamp>,
"has_key": <bool>
}
0 Comments