Voxco · Example Payload

Get Users Response 200

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Get Users Response 200 is an example object payload from Voxco, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

userserrorMessage

Example Payload

Raw ↑
{
  "users": [
    {
      "key": 3,
      "id": "John Doe"
    },
    {
      "key": 5,
      "id": "Mr. Beast"
    }
  ],
  "errorMessage": null
}