Qualtrics · Example Payload

Qualtrics Api Examples

Experience ManagementSurveysCustomer ExperienceEmployee ExperienceMarket ResearchXMREST API

Qualtrics Api Examples is an example object payload from Qualtrics, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

GetsurveysGetdistributionsGeneratedistributionlinksRetrievedistributionlinksCreatecontactinmailinglistwebhook-triggerWebhookDeleteGeteventsubscriptions

Example Payload

Raw ↑
{
  "Getsurveys": {
    "path": "/survey-definitions/{Id}",
    "method": "GET",
    "summary": "Get a specific survey by its 'id' (e.g SV_123)",
    "request": null,
    "response": {}
  },
  "Getdistributions": {
    "path": "/distributions",
    "method": "GET",
    "summary": "Get distributions for a given survey",
    "request": null,
    "response": {}
  },
  "Generatedistributionlinks": {
    "path": "/distributions",
    "method": "POST",
    "summary": "Generate distribution links for a given survey",
    "request": {},
    "response": null
  },
  "Retrievedistributionlinks": {
    "path": "/distributions/{DistributionId}/links",
    "method": "GET",
    "summary": "Retrieve distribution links",
    "request": null,
    "response": {}
  },
  "Createcontactinmailinglist": {
    "path": "/directories/{DirectoryId}/mailinglists/{MailingListId}/contacts",
    "method": "POST",
    "summary": "Create a contact in a given mailing list",
    "request": {},
    "response": null
  },
  "webhook-trigger": {
    "path": "/eventsubscriptions/",
    "method": "POST",
    "summary": "Subscribe to response event",
    "request": {},
    "response": {}
  },
  "WebhookDelete": {
    "path": "/eventsubscriptions/",
    "method": "DELETE",
    "summary": "Remove subscription to response event",
    "request": null,
    "response": {}
  },
  "Geteventsubscriptions": {
    "path": "/eventsubscriptions/{SubscripionId}",
    "method": "GET",
    "summary": "Get event subscriptions",
    "request": null,
    "response": {}
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/qualtrics-api-examples"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.