Pular para o conteúdo principal
GET
/
sso
/
{customerName}
/
userinfo
UserInfo endpoint (OIDC)
curl --request GET \
  --url https://apis.cativalab.digital/social/v1/sso/{customerName}/userinfo \
  --header 'Authorization: Bearer <token>'
{
  "sub": "<string>",
  "name": "<string>",
  "email": "jsmith@example.com",
  "picture": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cativa.digital/llms.txt

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

Autorizações

Authorization
string
header
obrigatório

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parâmetros de caminho

customerName
string
obrigatório

Resposta

200 - application/json

User info

sub
string

ULID do usuário

name
string
email
string<email>
picture
string<uri>