Skip to content
Insy
For developers
Esc
navigateopen⌘Jpreview

Userinfo

GET/oauth/userinfo
Responses
200The authenticated user's id and email
substringrequired
The Insy user id
emailstringrequired
Try it
Server
Request
curl -X GET "https://api.insy.io/oauth/userinfo"
Response
{
  "sub": "1f77b6c2-9a3e-4d21-8c0a-2b5e6f9d4c11",
  "email": "creator@example.com"
}