Skip to main content
GET
Oauth Userinfo

Authorizations

Authorization
string
header
required

Send platform JWTs, contact JWTs, or team API keys as Authorization: Bearer <token>.

Response

200 - application/vnd.api+json

Successful Response

OIDC UserInfo response (§5.3).

sub and hub_id are always present. email/email_verified are included only when the "email" scope was granted. name/picture only when "profile" granted.

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