Sign in

Archive accounts

documented

Archive one or more accounts.

POST /v1/accounts/archiveAccountsno 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.ap3api.com/v1/accounts/archive" \
  -X PUT \
  -H "Content-Type: application/json" \
  -H "X-API-KEY: {{AUTOPILOTHQ_API_KEY}}" \
  -d '{"inclusion_ids": ["{{$inclusion_id}}"]}'
Archive accounts · Autopilot (Ortto) · OpenIntegrations