The PureSpectrum API is a REST based API. The URL structure is as follows:
...
URL Structure
{Base URI}/{Module}/{API Version}/{Resource}
eg:
httphttps://staging.spectrumsurveys.com:3000/suppliers/v2/surveys
Base URLs
httphttps://staging.spectrumsurveys.com:3000 (Test)(Does not support HTTPS.)
https://api.spectrumsurveys.com
(Production)
Modules
supplier
Resources
surveys {get}
surveys/:survey_id {get}
surveys/register {post}
surveys/qualifications-quotas {get}
surveys/:survey_id/PSIDRef {get}
surveys/:survey_id/PSIDEligible {get}
Response Content Type
application/JSON