Deplo
API Reference

Get authenticated user profile

GET
/auth/profile
AuthorizationBearer <token>

Enter your JWT token

In: header

Response Body

application/json

curl -X GET "https://loading/auth/profile"
{
  "id": "user-id",
  "phone": "+40770547858",
  "name": "John Doe",
  "email": "[email protected]",
  "createdAt": "2024-01-01T00:00:00.000Z",
  "updatedAt": "2024-01-01T00:00:00.000Z"
}
Empty