GET
curl -i -X GET \
https://leadgen.grinfi.io/id/api/users/current \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Current user profile.
Response
{ "uuid": "string", "id": 0, "first_name": "John", "last_name": "Doe", "email": "john@example.com", "email_status": "string", "image_url": "string", "timezone": "Europe/Berlin", "config": {}, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }