Retrieves the information of an existing contact. You only need to supply the unique contact uid and group uid that was returned upon creation or receiving.
API Endpoint #
https://app.text.lk/api/v3/contacts/{group_id}/search/{uid}
HTTPExample request #
Returns #
Returns a contact object if the request is successful.
{
"status": "success",
"data": "contacts data with all details",
}
HTTPIf the request fails, an error object will be returned.
{
"status": "error",
"message" : "A human-readable description of the error."
}
HTTP