Responses

  • 200

    User authenticated

  • 401

    Person not found

GET /auth/authenticated
curl \
 -X GET http://localhost:8080/api/auth/authenticated \
 -H "Authorization: $API_KEY"