Authorizations
Response
200
OK
curl --request GET \
--url https://api.tic.io/user/me \
--header 'x-api-key: <api-key>'
Get the identity details representing the calling user
curl --request GET \
--url https://api.tic.io/user/me \
--header 'x-api-key: <api-key>'
OK