cURL
curl --request GET \ --url https://api.luminpdf.com/v1/user/info \ --header 'X-API-Key: <api-key>'
{ "user": { "id": "<string>", "email": "<string>", "name": "<string>" } }
Get information of current user.
Documentation IndexFetch the complete documentation index at: https://developers.luminpdf.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.luminpdf.com/llms.txt
Use this file to discover all available pages before exploring further.
Provide your API key in the X-API-Key header, e.g., X-API-Key: YOUR_API_KEY.
X-API-Key
X-API-Key: YOUR_API_KEY
Returns the information of the current user.
Information of current user.
Show child attributes