OAuth 2.0
User Info
Security
Description
Authentication type : Bearer Token (JWT)
Returns user information based on the provided access token. This endpoint allows client applications to retrieve user profile information after successful authentication.
Request Headers
Required
| Header | Type | Required | Description |
|---|---|---|---|
Authorization |
string | Required |
Bearer token in the format 'Bearer {access_token}' |
Content-Type |
string | Optional |
application/json (optional) |