Exports contact information in a particular format.
| Name | Description | Default |
|---|---|---|
id
|
Contact number (unique ID). | |
format
|
File extension of the destination format, without the leading dot. |
VCF
|
Content Type:
application/octet-stream
The exported data in the requested format, or an error message.
| Code | Condition |
|---|---|
| 200 OK | The operation completed successfully. |
| 400 Bad Request | Invalid contact number. |
| 401 Unauthorized | Access token is invalid, expired or not specified. |
| 404 Not Found | Contact not found. |
| 406 Not Acceptable | Content type specified in the Accept header isn't supported. |
| 500 Internal Server Error | An internal error occurred. |
| 501 Not Implemented | The export format is not supported. |
| Value | Description |
|---|---|
VCF | vCard Format. |
CL-CONX | XML Contact Format. |