cURL
curl --request GET \ --url https://api.snitcher.com/v1/me \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": 123, "email": "[email protected]", "first_name": "John", "last_name": "Doe" } }
Enter your personal access token (PAT) to authenticate
User profile
true
Show child attributes