curl https://api.usertour.io/v1/companies/comp_123456789 \ -H 'Authorization: Bearer ak_123456789' \ -H 'Content-Type: application/json'
{ "id": "comp_123456789", "object": "company", "attributes": { "name": "Acme Corporation", "industry": "Technology", "employee_count": 500, "subscription_tier": "enterprise", "billing_country": "US", "founded_at": "2020-01-01T00:00:00.000Z" }, "createdAt": "2024-03-20T08:30:00.000Z", "users": null, "memberships": null }
Retrieve detailed information about a specific company. The endpoint returns a 404 Not Found response if the company does not exist.
expand
comp_123456789