Get contact detail by email
GET https://api.connectif.cloud/contacts/{email}
Parameter name | Value | Description | Additional |
---|---|---|---|
Email of the contact to get the detail |
Required |
This request requires the use of one of following authorization methods:
API key
.
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK Success. |
Contact |
400 | Bad Request Bad request, i.e.: invalid email in path. |
HttpError |
401 | Unauthorized Not authorized to access API. |
|
403 | Forbidden Permission not granted to the API Key or account has been blocked. |
HttpError |
404 | Not Found Contact not found. |
HttpError |
429 | Too Many Requests Requests rate limit reached. |