Orqen Docs

API Reference

Account

Account endpoints return the current Orqen account profile and support data deletion. Customer scripts should authenticate with an Orqen API key: Authorization: Bearer sk-orq-YOUR_KEY.

Endpoints

GET/v1/account/meReturn the current account profile.
DELETE/v1/account/mePermanently delete the current account and associated data.
POST/v1/account/registerDashboard signup provisioning endpoint. Browser-only; uses the dashboard session token before an API key exists.

Get current account

curl https://api.orqen.app/v1/account/me \
  -H "Authorization: Bearer sk-orq-YOUR_KEY"

Delete account

curl https://api.orqen.app/v1/account/me \
  -X DELETE \
  -H "Authorization: Bearer sk-orq-YOUR_KEY"

Deletion is irreversible

Deleting an account removes API keys, request logs, tool stats, routing data, and stored provider credentials for that customer.