cURL
curl --request GET \ --url https://productlane.com/api/v1/contacts/{id} \ --header 'Authorization: Bearer <token>'
"<any>"
Get contact by ID or email. You can get only your own contacts, and authentication is required.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 - 255
Successful response
The response is of type any.
any