Rename or archive a survey
Updates the survey’s name and/or is_archived flag — nothing else is patchable here; questions change only through the replace-questions call. Archiving (is_archived: true) is the survey’s soft delete: there is deliberately no DELETE route, because archiving preserves the answers already collected. Restore with is_archived: false.
Authorizations
HTTP Basic Authentication. Use your API Access Key ID as the username and your API Access Key Secret as the password. Generate keys in the CloudTalk Dashboard under Account -> Settings -> API Keys (https://dashboard.cloudtalk.io/menu/account/settings/API-keys).
Path Parameters
Survey ID (BIGINT serialized as string in responses; send the numeric value).
^[1-9][0-9]*$Body
Body of the patch-survey call. Only these two fields are patchable — questions change through the replace-questions call.
Response
The updated survey definition.
A survey with its full ordered question set. Returned by every single-survey call; the list serves summaries instead.
Survey ID.
"8"
Display name.
255"Post-call qualification"
Whether the survey is archived (soft-deleted). Archiving preserves collected answers.
false
The survey's questions, ordered by display_order.
When the survey was created (ISO 8601, UTC).
"2026-07-01T09:00:00.000Z"
When the survey last changed (ISO 8601, UTC).
"2026-08-04T11:40:00.000Z"