Get Surveys - GET /surveys - https://api.spectrumsurveys.com/suppliers/v2/surveys
...
Call this API to view surveys that your Supplier account has an allocation for. You are expected to Register Intent & send sample to these surveys.
You also can use this API call to check the status of existing surveys you are delivering sample to, including current LOI, IR, & CPI.
Registered query string param
The "reg" query string parameter can be used to filter the surveys returned in the response.
- "false" - Returns only surveys where the Supplier has not registered intent
- "true" - Returns only surveys where the Supplier has registered intent
- "both" - Returns all surveys (default)
Examples:
/surveys?reg=false
/surveys?reg=truetrue
/surveys?reg=bothboth
HEADER Parameters
Parameter | Type | Required | Description |
---|---|---|---|
access-token | string | Yes | Token used to identify the authenticity of the user. |
...