Skip to content

Latest commit

 

History

History
52 lines (51 loc) · 1.6 KB

Get a contact.md

File metadata and controls

52 lines (51 loc) · 1.6 KB

Get a contact

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.

HTTP Headers

user_key / Session_key

HTTP Method

GET

HTTP Request

https://app.gateway.smsend.it/API/v1.0/REST/contact/{contactid}

Parameters

Parameter Type Description Required Default
contactid String The contact ID Yes -

Returns

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