The PureSpectrum API is a REST based API. The URL structure is as follows:
...
URL Structure
- {Base URI}/{Module}/{API Version}/{Resource}
- eg: {http://staging.spectrumsurveys.com:3000}{/suppliers}/v2/{/resource}
Base URLs
- http://api.spectrumsurveys.com (Production)
Modules
- supplier
...
- surveys {post}
- surveys/register {post}
- surveys/qualifications-quotas :survey_id {post}
Response Content Type
...