PureSpectrum
PureSpectrum websiteHelp center
PureSpectrum websiteHelp center
  1. Reconciliation
  • Back to home
  • API Reference
  • Feasibility
    • Feasibility & Pricing
  • Attributes
    • Get attribute (V3)
    • Get attributes (V3)
  • Surveys
    • Create survey
    • Get similar surveys
    • Create group multi-country surveys
    • Update survey
    • Update survey
    • Update survey status
    • Update offer price
    • Update group multi-country surveys
    • Get survey information
    • Get survey status
    • Get survey performance
    • Get list of all surveys
    • Surveys health status
    • Pacing details
    • Delete survey
  • Qualifications
    • Add qualification
    • Update qualification
    • Get qualification information
    • Get all qualifications
    • Delete qualification
  • Quotas
    • Add quota
    • Update quota
    • Update quota
    • Get quota information
    • Get quota performance
    • Delete quota
  • Survey group exclusions
    • Create exclusion group
    • Update exclusion group
    • Get exclusion group information
    • Delete exclusion group
  • Respondent inclusion / exclusion
    • Add a PSIDref list to a survey
    • Update a PSIDref for survey
    • Get PSIDref list for survey
  • Supplier management
    • Create supplier blend
    • Update the list of suppliers for a survey
    • Get list of available suppliers in a locale
    • Get list of available suppliers for a survey
    • Get list of supplier blends
  • Traffic Channels
    • Create traffic channel
    • Get a list of traffic channels
  • Transactions
    • Update status of transaction (V2)
    • Update status of transaction (V3)
    • Register transaction as complete
    • Get transaction status (V3)
    • Get transaction info (V3)
    • Get transactions info for a survey ID (V3)
  • Reconciliation
    • Survey reconciliation
      POST
    • Multi survey reconciliation
      POST
    • Get status of a reconciliation request
      GET
    • Get reconciliation status for an adjustment ID
      GET
  • PureText
    • PureText Open-ended (OE) check (V3)
  • Activity logs
    • Get activity logs
    • Get events
  • Templates
    • Get survey templates
  1. Reconciliation

Get reconciliation status for an adjustment ID

GET
/surveys/{SURVEY_ID}/adjustments/{ADJUSTMENT_ID}
Last modified:2025-10-05 17:21:12

Description#

This endpoint allows you to retrieve the information about a specific reconciliation ID.

Request

Authorization
Add parameter in header
access-token
Example:
access-token: ********************
Path Params

Request Code Samples

Shell
JavaScript
Java
Go
PHP
Python
C#
Ruby
Request Request Example
Shell
JavaScript
Java
Go
curl --location 'https://staging.spectrumsurveys.com/buyers/v2/surveys//adjustments/' \
--header 'access-token: <api-key>'

Responses

🟢200Success
application/json
Bodyapplication/json

Example
{
    "adjustment_id": "abc06685-b59c-4351-8910-ad3870cf7ffd",
    "status": 6,
    "statusDescription": "Success",
    "summary": {
        "currentCompletes": 0,
        "transactions": 2,
        "desiredStatus": 0,
        "validCap": true,
        "totalRejects": 0,
        "eligible": 2,
        "rejected": 0,
        "summaryPerSurvey": [
            {
                "surveyId": 1177148,
                "currentCompletes": 0,
                "transactions": 1,
                "desiredStatus": 0,
                "validCap": true,
                "totalRejects": 0,
                "eligible": 1,
                "rejected": 0
            },
            {
                "surveyId": 1177145,
                "currentCompletes": 0,
                "transactions": 1,
                "desiredStatus": 0,
                "validCap": true,
                "totalRejects": 0,
                "eligible": 1,
                "rejected": 0
            }
        ]
    }
}
🟠404Not Found
Modified at 2025-10-05 17:21:12
Previous
Get status of a reconciliation request
Next
PureText