Userpilot · Example Payload

Userpilot Post V1Companiesidentify Example

ProductOnboardingIn-App GuidanceAnalyticsCustomer Success

Userpilot Post V1Companiesidentify Example is an example object payload from Userpilot, 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": "post-v1companiesidentify",
  "method": "POST",
  "path": "/v1/companies/identify",
  "summary": "Identify Company",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "company_id": "comp_techstartup_2024",
        "metadata": {
          "name": "Acme Corporation",
          "industry": "Technology",
          "size": "100-500",
          "location": "San Francisco, CA",
          "website": "https://acme.com",
          "subscription_tier": "Enterprise",
          "annual_revenue": "$10M-$50M",
          "founded_year": "2020"
        }
      }
    }
  ],
  "responseExamples": []
}