get http://api.tidyhq.com/v2/contacts/me
Returns the contact associated with the contact whose API token you're currently using.
This is useful as an "identity" call, e.g. to get information requires for authentication within a system.
Response
Returns the contact associated with the contact whose API token you're currently using.
This is useful as an "identity" call, e.g. to get information requires for authentication within a system.
xxxxxxxxxx
curl --request GET \
--url http://api.tidyhq.com/v2/contacts/me \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: