ServiceTitan · Example Payload

Servicetitan Customer Create Example

Field Service ManagementTradesHVACPlumbingElectricalConstructionCRMDispatchAccountingPricebookMarketingMembershipsWebhook

Servicetitan Customer Create Example is an example object payload from ServiceTitan, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "path": "/crm/v2/{tenant}/customers",
    "headers": {
      "Authorization": "Bearer {access_token}",
      "ST-App-Key": "ak1.example_app_key",
      "Content-Type": "application/json"
    },
    "body": {
      "name": "Acme Plumbing Co",
      "type": "Commercial",
      "doNotMail": false,
      "doNotService": false,
      "locations": [
        {
          "name": "Acme HQ",
          "address": {
            "street": "1234 Main Street",
            "unit": "Suite 200",
            "city": "Austin",
            "state": "TX",
            "zip": "78701",
            "country": "USA"
          }
        }
      ],
      "contacts": [
        { "type": "Phone", "value": "+15125550100", "memo": "Main" },
        { "type": "Email", "value": "ops@acmeplumbing.example", "memo": "Dispatch" }
      ]
    }
  },
  "response": {
    "status": 200,
    "body": {
      "id": 5500123,
      "active": true,
      "name": "Acme Plumbing Co",
      "type": "Commercial",
      "address": {
        "street": "1234 Main Street",
        "unit": "Suite 200",
        "city": "Austin",
        "state": "TX",
        "zip": "78701",
        "country": "USA",
        "latitude": 30.2672,
        "longitude": -97.7431
      },
      "balance": 0,
      "doNotMail": false,
      "doNotService": false,
      "hasActiveMembership": false,
      "memberships": [],
      "createdOn": "2026-05-25T17:14:02Z",
      "modifiedOn": "2026-05-25T17:14:02Z"
    }
  }
}

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/servicetitan-customer-create-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 email required.

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