MailMoo
EndpointsCRM

List pipeline stages

Returns every pipeline stage in the workspace, in board order. Stage names are workspace configuration, so fetch them here rather than hardcoding an ID: this is how you turn 'move the lead to Contacted' into the ID that pipeline updates expect.

GET/pipelineStages.getAll

Authorization

bearerAuth
AuthorizationBearer <token>

Enter your MailMoo API key (format: sk_live_...)

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/pipelineStages.getAll"
[  {    "id": "string",    "workspaceId": "string",    "createdAt": "string",    "updatedAt": "string",    "name": "string",    "colorHex": "string",    "category": "NEW",    "sortIndex": 0,    "property1": null,    "property2": null  }]