cURL
curl --request GET \ --url http://localhost:4000/v1/contacts/detail \ --header 'Authorization: Bearer <token>'
200
Example
{ "data": {} }
Get a single contact by ID
API key required in Authorization header. Format: iclosed-<token>
iclosed-<token>
Contact ID
x >= 1
Contact detail
Show child attributes