opensesh docs

Move a card to another stage

POST
/pipeline/cards/{cardId}/move

Authorization

bearerAuth
AuthorizationBearer <token>

An organization API key (osk_…)

In: header

Path Parameters

cardId*string

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/string/move" \  -H "Content-Type: application/json" \  -d '{    "toStageId": "string"  }'
{  "id": "string",  "createdAt": "string",  "updatedAt": "string",  "organizationContactId": "string",  "stageId": "string",  "ownerUserId": "string",  "note": "string"}