Sign in

List accounts

documented

Retrieves all accounts accessible to the user associated with the API key. ([developers.databox.com](https://developers.databox.com/_bundle/docs/%40v1/api/api.databox.com.json?download=))

GET /v1/accountsAccountsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.databox.com/v1/accounts" \
  -X GET \
  -H "x-api-key: {{DATABOX_API_KEY}}" \
  -H "Accept: application/json"
List accounts · Databox · OpenIntegrations