Skip to main content
GET
/
api
/
v1
/
pitches
List Pitches
curl --request GET \
  --url https://api.athenahq.ai/api/v1/pitches \
  --header 'x-api-key: <api-key>'
{
  "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"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication. You can create one here.

Response

Successful response with the list of pitches.

pitches
object[]
required