cURL
curl --request POST \ --url https://staging-api.puppetvendors.com/portal/auth/logout \ --header 'x-access-token: <api-key>'
Invalidate the current vendor session token
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 }
{ "success": false, "error": { "message": "Invalid or expired token" } }
curl -X POST "https://staging-api.puppetvendors.com/portal/auth/logout" \ -H "x-access-token: YOUR_VENDOR_JWT"
Was this page helpful?