Skip to main content
GET
/
v1
/
oauth2
/
userinfo
Get User Info
curl --request GET \
  --url https://api.spairehq.com/v1/oauth2/userinfo
{
  "sub": "<string>",
  "name": "<string>",
  "email": "<string>",
  "email_verified": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.spairehq.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful Response

sub
string
required
name
string | null
email
string | null
email_verified
boolean | null