Skip to main content
GET
/
api
/
shared
/
profile-info
Get profile information
curl --request GET \
  --url https://api.example.com/api/shared/profile-info \
  --header 'Authorization: Bearer <token>'
{
  "id": 123
}

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Response

200 - application/json
id
integer

Profile ID.