Skip to main content
GET
/
v1
/
contacts
/
detail
Get contact by ID
curl --request GET \
  --url http://localhost:4000/v1/contacts/detail \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

API key required in Authorization header. Format: iclosed-<token>

Query Parameters

contactId
integer

Contact ID

Required range: x >= 1

Response

Contact detail

data
object