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.