Skip to main content
GET
Get logged in users data
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

/auth/ Description:
The /auth/ endpoint provides access to information about the currently logged-in user, including their user data and authentication details.
Method:
GET
Response:
Upon successful retrieval of the user’s data, the endpoint returns the user’s information in the response body.

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Response

Success

message
string
user
object
workspace
object