Integration Schema
Get Action Schema by ID
GET
Get Action Schema by ID
This API retrieves the parameter schema for a specific action within an integration application. Use this to understand what parameters are required or optional for executing an action.
Request description
This API supports two authentication methods. You can use either Session Token authentication OR the combination of API key and linked account ID.
Authentication Option 1: Session Token
Bearer token using your session token for authentication
Format: Bearer YOUR_SESSION_TOKEN
Authentication Option 2: API Key + Linked Account
Your Cobalt API key
The unique identifier for the linked account
Path Parameters
The unique identifier for the integration application (e.g., “hubspot”, “salesforce”)
The unique identifier for the specific action (e.g., “create_contact”, “create_deal”)
Response description
Array of parameter objects required for the action
Get Action Schema by ID