cURL
curl --request POST \ --url https://api.velt.dev/v2/workspace/authtoken/reset \ --header 'Content-Type: application/json' \ --header 'x-velt-auth-token: <x-velt-auth-token>' \ --header 'x-velt-workspace-id: <x-velt-workspace-id>' \ --data ' { "data": { "apiKey": "<string>" } } '
{ "result": { "status": "success", "message": "Auth token reset successfully.", "data": { "apiKey": "velt_api_key_1", "newAuthToken": { "token": "eyJhbGciOiJSUzI1NiIs...", "name": "Default Auth Token", "domains": [] } } } }
x-velt-workspace-id
x-velt-auth-token
POST https://api.velt.dev/v2/workspace/authtoken/reset
Show properties
{ "data": { "apiKey": "velt_api_key_1" } }
{ "error": { "status": "NOT_FOUND", "message": "API key not found." } }
Was this page helpful?
Contact support