Get a contact’s details
Remember to provide the authentication HTTP headers as described in the Authenticate using a session key and the Authenticate using a user token sections.
All the query string parameters in URL must be UTF-8 URL Encoded.
user_key / Session_key
GET
https://app.gateway.smsend.it/API/v1.0/REST/contact/{contactid}
Parameter | Type | Description | Required | Default |
---|---|---|---|---|
contactid | String | The contact ID | Yes | - |
Code | Description |
---|---|
200 | The contact’s details |
400 | Other errors, details are in the body |
401 | [Unauthorized] User_key, Token or Session_key are invalid or not provided |
404 | [Not found] The given contactid was not found |