Salesloft · Example Payload

Salesloft Create Person Example

SalesSales EngagementCadencesCRMEmailRevenue IntelligenceConversation IntelligenceSales AutomationWebhookMCPAgentsDialerPipelineForecasting

Salesloft Create Person Example is an example object payload from Salesloft, 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",
    "url": "https://api.salesloft.com/v2/people",
    "headers": {
      "Authorization": "Bearer {SALESLOFT_API_KEY}",
      "Content-Type": "application/json"
    },
    "body": {
      "email_address": "jane.smith@acme.com",
      "first_name": "Jane",
      "last_name": "Smith",
      "phone": "+1-555-234-5678",
      "title": "VP of Engineering",
      "city": "San Francisco",
      "state": "CA",
      "country": "US",
      "person_company_name": "Acme Corporation",
      "person_company_website": "https://www.acme.com",
      "person_company_industry": "Software",
      "job_seniority": "vp",
      "linkedin_url": "https://www.linkedin.com/in/janesmith",
      "do_not_contact": false,
      "eu_resident": false,
      "tags": ["enterprise", "engineering"],
      "account_id": 1234567,
      "owner_id": 789
    }
  },
  "response": {
    "status": 200,
    "body": {
      "data": {
        "id": 9876543,
        "first_name": "Jane",
        "last_name": "Smith",
        "email_address": "jane.smith@acme.com",
        "phone": "+1-555-234-5678",
        "title": "VP of Engineering",
        "city": "San Francisco",
        "state": "CA",
        "country": "US",
        "person_company_name": "Acme Corporation",
        "job_seniority": "vp",
        "linkedin_url": "https://www.linkedin.com/in/janesmith",
        "do_not_contact": false,
        "eu_resident": false,
        "tags": ["enterprise", "engineering"],
        "account_id": 1234567,
        "owner_id": 789,
        "created_at": "2026-05-02T10:00:00.000Z",
        "updated_at": "2026-05-02T10:00:00.000Z"
      }
    }
  }
}

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/salesloft-create-person-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.