opensesh docs

Add a contact to the pipeline

POST
/pipeline/cards

Authorization

bearerAuth
AuthorizationBearer <token>

An organization API key (osk_…)

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/pipeline/cards" \  -H "Content-Type: application/json" \  -d '{    "organizationContactId": "string",    "stageId": "string",    "note": "string"  }'
{  "id": "string",  "createdAt": "string",  "updatedAt": "string",  "organizationContactId": "string",  "stageId": "string",  "ownerUserId": "string",  "note": "string"}