Countercyclical Docs
  • Welcome to Countercyclical
  • Guides
    • Terminology
    • Platforms
    • Integrations
      • Airbyte
      • Zapier
  • Fundamentals
    • Workspaces
    • Navigation
      • Command Palette
      • Exploration & Recents
      • List vs. Grid View
      • Quick Actions
    • Search
      • Filters
      • Companies
        • Charts
      • Economic Data
      • Model Syncing
    • Investments
      • Tabs
        • Overview
        • Analysis
        • Valuations
      • Actions
      • Comments
      • Invitations and Sharing
        • Share
      • Quick Versioning
    • Valuations
      • Sensitivity Analysis
      • Assumptions
    • Memos
      • Sources
    • Teams
    • Pipelines
    • Profile
    • Settings
      • Account
        • General
          • Connected Accounts
        • Preferences
        • Notifications
        • Sessions
        • Account Security
        • Plans
      • Workspace
        • General
        • Advanced
          • Access
          • Identity
          • Appearance
          • Usage
          • Developers
        • Permissions
        • Integrations
        • Workspace Security
          • SAML SSO
          • Audit Logs
        • About
  • Use Cases
    • For Analysts
    • For Research Teams
    • For Organizations
    • For Education
  • Developers
    • Getting Started
    • Authentication
    • Rate Limiting
    • Versioning
    • Endpoints
      • Investments
      • Valuations
      • Memos
      • Teams
      • Assumptions
      • Pipelines
    • Webhooks
  • Extras
    • Security
    • Billing
    • Imports
      • Formatting Guide for Imports
    • Exports
      • Export User Data
    • Enrichment Data
    • Troubleshooting
  • Links
    • Website
    • Dashboard
    • Request a Demo
    • LinkedIn
    • Twitter / X
    • Dribbble
Powered by GitBook
On this page
  • Getting Started
  • Authentication
  • Connecting Make & Countercyclical
  • Triggers
  • Investments
  • Actions
  • Investments
  1. Developers
  2. Endpoints
  3. Integrations

Make

API endpoints related to our integration with Make

Last updated 7 months ago

Getting Started

All of our API endpoints relating to our endpoints start with the same base URL:

https://api.countercyclical.io/v1

See the in our API documentation above for more information

Authentication

An API key is required in order to authenticate successfully between Make & Countercyclical. Please visit our Integrations page on the platform to generate your Make-specific API key:

This API is scoped purely to Make & cannot be used on any of Countercyclical's other publicly available API endpoints (otherwise a 401 Unauthorized response will be sent back)

Connecting Make & Countercyclical

GET /integrations/make/auth

Authenticate with Make on Countercyclical

Headers

Name
Value

Content-Type

application/json

Body

Name
Type
Description

apiKey

string

Response

{
  "success": true,
  "emailAddress": "name@example.com",
  "activeWorkspace": "Workspace Name",
}
{
  "error": "Invalid or inactive API key"
}
{
  "error": "Server error validating API key"
}

Triggers

Triggers are an event in Countercyclical (e.g., an Investment being created) that initiates a workflow in Make.

Learn more about Triggers in Make's Help Center

Investments

GET /integrations/make/triggers/investments

Kicks off a Scenario in Make based on an Investment created in your workspace.

Headers

Name
Value

Content-Type

application/json

Query Parameters

Name
Type
Description

apiKey

string

Response

Returns an array of Investments in your Workspace.

[
  {
    "id": "abc1234...",
    ...
  }
]
{
  "error": "Invalid request."
}
{
  "error": "Server error validating API key"
}

Actions

Actions in Make are a task that is performed as part of the workflow (e.g., creating an Investment in Countercyclical)

Learn more about Actions in Make's Help Center

Investments

Create a New Investment

POST /integrations/make/actions/investments

Creates a new Investment in your Countercyclical Workspace

Headers

Name
Value

Content-Type

application/json

Query Parameters

Name
Value

apiKey

Body

Name
Required
Type
Description

tickerSymbol

Yes

string

Response

Returns the Investments created from your Zapier Action.

[
  {
    "id": "abc1234...",
    ...
  }
]
{
  "error": "Invalid request."
}
{
  "error": "Server error validating API key"
}

API key generated in the integration on our platform.

API key generated in the integration on our platform.

API key generated in the integration on our platform.

The ticker symbol for a publicly-traded company (following is recommended for best results)

example
https://dashboard.countercyclical.io/settings/workspace/integrations
Make
Make
Make
NASDAQ Symbology