This API call returns contact metadata.

Resource URL

/api/1.0/contact/metadata/<ID>

Resource Information

 

Response formatsJSON
Response code200
Requires authentication?Yes
HTTP MethodGET

Example Request URL

Example Result

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