Skip to main content
GET
/
user
/
info
Get User Information
curl --request GET \
  --url https://api.luminpdf.com/v1/user/info \
  --header 'X-API-Key: <api-key>'
{
  "user": {
    "id": "<string>",
    "email": "<string>",
    "name": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.luminpdf.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Provide your API key in the X-API-Key header, e.g., X-API-Key: YOUR_API_KEY.

Response

Returns the information of the current user.

user
object
required

Information of current user.