Retrieve the authenticated user’s profile information.
Documentation Index
Fetch the complete documentation index at: https://mintlify.com/azfar-imtiaz/PayPulse-Cloud/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header.
"User profile retrieved successfully"200 on success.| Status | Error code | Description |
|---|---|---|
401 | INVALID_CREDENTIALS | The Authorization header is missing or the token is invalid. |
401 | TOKEN_EXPIRED | The JWT has expired. |
404 | USER_NOT_FOUND | No account exists for the user ID encoded in the token. |
502 | DEPENDENCY_FAILURE | A downstream dependency (DynamoDB or Secrets Manager) returned an error. |
500 | INTERNAL_SERVER_ERROR | An unexpected server-side error occurred. |