Retrieve a single contact item specified by {itemId}.
GET https://api.snapaddy.com/grabber/v1/contactitem/{itemId}
Parameter name | Value | Description | Additional |
---|---|---|---|
itemId | string | ID of the contact item |
Required |
This request requires the use of one of following authorisation methods:
API key
.
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK Success |
ContactItem |
401 | Unauthorized Unauthorized |
Error |
404 | Not Found Not Found |
Error |
500 | Internal Server Error Internal Server Error |
Error |