Pular para o conteúdo principal
GET
/
auth
/
me
Get authenticated credential context
curl --request GET \
  --url https://apis.cativalab.digital/social/v1/auth/me \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "email": "jsmith@example.com",
  "displayName": "<string>",
  "customer": {
    "id": "<string>",
    "name": "<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.

Resposta

Credential context

id
string
email
string<email>
displayName
string
customer
object