Unarchive a form
Forms API
Unarchive a form
Unarchives a form. This does not re-activate it: active stays false until the form is updated with active: true. The endpoint does not verify that the form exists: an unknown form ID still returns a 200 success response.
POST
Unarchive a form
Authorizations
Paubox API key sent as Authorization: Bearer YOUR_API_KEY. API keys are created in the Paubox dashboard and must have the "forms" scope; a key without the forms scope receives 401 Unauthorized. A valid key used against a resource that belongs to a different customer receives 403 Forbidden.
Path Parameters
UUID of the form to unarchive
Response
Form unarchived