Users

Retrieve profile, subscription, and application settings for the currently authenticated user. Use this endpoint to adapt your integration to user preferences and entitlements.

Requirements

  • Authentication: Bearer API token

  • Scope: users

  • Headers:

    • Authorization: Bearer-API YOUR_API_KEY

Endpoint

Get Current User

GET /api/v1/users/me

Get Current User

get

Retrieves information about the currently authenticated user.

Authorizations
Responses
200
Successful operation
application/json
get
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"
}

Last updated

Was this helpful?