New Get a SurveyOL token, use OpenClaw to create a survey, and distribute invitations by email. See the workflow

Authentication

SurveyOL API uses OAuth 2.0.

API Access Token

Create an API access token from My Account:

  • /myaccount

Request Header

Send the token as a bearer token in the Authorization header.

Authorization: Bearer YOUR_ACCESS_TOKEN
Content-Type: application/json

Notes

  • Requests and responses are JSON.
  • Token is required for account, contact, survey, collector, and response endpoints.

Related Docs