Retrieve profile, subscription, and application settings for the currently authenticated user. Use this endpoint to adapt your integration to user preferences and entitlements.
Authentication: Bearer API token
Headers:
Authorization: Bearer-API YOUR_API_KEY
GET /api/v1/users/me
Authentication - Managing API keys and scopes
Workspaces API - Access workspace information
Rate Limits - Understanding API usage limits
Retrieves information about the currently authenticated user.
GET /api/v1/users/me HTTP/1.1
Host: app.publer.com
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "5b1ec026db27977424e8599e",
"email": "[email protected]",
"name": "ervintorra",
"first_name": "Ervin",
"picture": "https://publer-dev.s3.amazonaws.com/uploads/photos/thumb_mini_magick20250123-28707-otuw0w.png"
}