Sign in

Undelete account

documented

Undelete an account by ID.

POST /rest/accounts/{id}/undeleteAccountsno 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://app.nutshell.com/rest/accounts/{{$id}}/undelete" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Basic {{NUTSHELL_SECRET}}" \
  -d '{}'