We hope you enjoy our updated documentation! The old documentation website is still available here. Reach out to us with feedback or questions. Happy programming! 🎉
This endpoint can be used to view a list of suppliers available in your account, by survey localization.The response of this endpoint will return suppliers, by supplier ID, which may then be used in other API requests like Selecting Suppliers For Your Survey & Setting Quotas By Supplier.
Only suppliers that are not blocked, and have sample available in the selected survey localization will appear in the response.
Caching data
Our list of suppliers updates as we add / remove suppliers to our marketplace. Please take this into consideration when caching supplier names & ID’s.
We do not paginate the results of this endpoint. Passing an invalid localization code will result in an HTTP 400 error.For a list of valid survey localization codes, please see General Reference Codes page.
Request
Query Params
Header Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://staging.spectrumsurveys.com/buyers/v2/suppliers?locale=en_US' \
--header'access-token: '
Responses
🟢200Success
application/json
Body
Example
Non exhaustive list of all available suppliers for a locale.
[{"id":7,"name":"Say For Example"},{"id":12,"name":"Decision Analyst"},{"id":16,"name":"Innovate"},{"id":17,"name":"P2 Sample"}]