Xero · Example Payload

Xero Getcontactgroup Example

AccountingBank FeedsFinanceFinancial-ServicesInvoicingPayrollSmall Business

Xero Getcontactgroup Example is an example object payload from Xero, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getContactGroup",
  "method": "GET",
  "path": "/ContactGroups/{ContactGroupID}",
  "summary": "Xero Retrieves a specific contact group by using a unique contact group Id",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "079c14f6-2c2d-464e-a2c7-0edf7e465723",
        "Status": "OK",
        "ProviderName": "Provider Name Example",
        "DateTimeUTC": "/Date(1551746772976)/",
        "ContactGroups": [
          {
            "ContactGroupID": "17b44ed7-4389-4162-91cb-3dd5766e4e22",
            "Name": "Oasis",
            "Status": "ACTIVE",
            "Contacts": [
              {
                "ContactID": "4e1753b9-018a-4775-b6aa-1bc7871cfee3",
                "Name": "Noel Gallagher",
                "Addresses": [],
                "Phones": [],
                "ContactGroups": [],
                "ContactPersons": [],
                "HasValidationErrors": false
              },
              {
                "ContactID": "430fa14a-f945-44d3-9f97-5df5e28441b8",
                "Name": "Liam Gallagher",
                "Addresses": [],
                "Phones": [],
                "ContactGroups": [],
                "ContactPersons": [],
                "HasValidationErrors": false
              }
            ],
            "HasValidationErrors": false
          }
        ]
      }
    }
  ]
}

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/xero-getcontactgroup-example"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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