v1

latestOpenAPI 3.1.02026-07-2295105298.6 KB
Pitch Workspace

List Pitches

Returns all non-deleted pitch workspace reports for the calling organization, ordered by creation date (newest first). Pitches are org-level resources and are not scoped to a single website.

Requires a global (organization-scoped) API key. Website-scoped keys are rejected with 403 Forbidden.

get/api/v1/pitches

Response

Successful response with the list of pitches.

Example response

{
  "pitches": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "company_name": "Acme Inc",
      "company_url": "acme.com",
      "company_description": "Acme Inc sells durable industrial widgets to manufacturers.",
      "status": "completed",
      "created_at": "2026-05-22T15:04:05.000Z",
      "country": "United States",
      "language": "en",
      "type": "pitch_workspace"
    }
  ]
}