Restore archived contacts
documentedRestore archived contacts.
PUT /v1/person/restorePeopleno implementation yet0 runsNo 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/person/restore" \
-X PUT \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-Api-Key: {{AUTOPILOTHQ_API_KEY}}" \
-d '{"inclusion_ids": ["{{$inclusion_id}}"]}'