Skip to main content
POST
/
surveys
/
{id}
/
stop
Stop survey
curl --request POST \
  --url https://api.pickfu.com/v1/surveys/{id}/stop \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "message": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://www.pickfu.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

OAuth2 access token obtained via the authorization flow. Include in the Authorization header as: Bearer {access_token}

Path Parameters

id
string
required

Survey ID (GUID)

Response

Default Response

success
boolean
data
object