cURL
curl --request GET \ --url https://staging-api.puppetvendors.com/settings/accounts \ --header 'x-access-token: <api-key>'
Retrieve the authenticated user’s account information
Documentation IndexFetch the complete documentation index at: https://dev.puppetvendors.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://dev.puppetvendors.com/llms.txt
Use this file to discover all available pages before exploring further.
{ "success": true, "data": { "_id": "507f1f77bcf86cd799439011", "firstName": "John", "lastName": "Doe", "email": "john.doe@example.com", "lastLogin": "2026-04-15T14:22:31.000Z" } }
curl -X GET "https://staging-api.puppetvendors.com/settings/accounts" \ -H "x-access-token: YOUR_VENDOR_JWT"
Was this page helpful?