Skip survey

POST /v2/client/surveys/{surveyId}/skip

Skips a survey for the current user. This is useful to skip a survey that is not interesting for the user.

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
POST /v2/client/surveys/{surveyId}/skip
curl \
 -X POST https://api.bitlabs.ai/v2/client/surveys/{surveyId}/skip \
 -H "X-Api-Token: $API_KEY" \
 -H "X-User-Id: $API_KEY"
Response examples (200)
{
  "data": {}
}