Retrieve pipelines based on the provided user.
| Field | Type | Description |
|---|---|---|
id | string (UUID) | Unique identifier for the pipeline |
name | string | Name of the pipeline |
description | string | Detailed description of the pipelineβs purpose |
stages | array | List of stages within the pipeline |
stages array contains:
| Field | Type | Description |
|---|---|---|
id | string (UUID) | Unique identifier for the stage |
name | string | Name of the stage |
description | string | Description of what this stage represents |
| Status Code | Description |
|---|---|
| 400 | Bad Request - Invalid request format |
| 401 | Unauthorized - Invalid or missing API key |
| 500 | Internal Server Error - Something went wrong on our end |
API key needed to authorize the request
Successful retrieval of WhatsApp templates.