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>"
  }
}

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