Skip to main content
POST
/
get-user-id
Error
A valid request URL is required to generate request examples
{
  "status": "success",
  "message": "Operation completed successfully",
  "user_id": 101
}

Body

application/json
token
string
required

JWT Access Token of the user.

Example:

"eyJ..."

Response

User ID retrieved successfully.

status
string
Example:

"success"

message
string
Example:

"Operation completed successfully"

user_id
integer

The ID of the authenticated user.

Example:

101