Skip to main content
GET
/
email
/
sequences
/
{sequenceId}
Read a sequence with its ordered steps
curl --request GET \
  --url https://www.dench.com/api/v1/email/sequences/{sequenceId} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "message": "<string>",
    "type": "<string>",
    "code": "<string>",
    "details": "<unknown>"
  }
}

Authorizations

Authorization
string
header
required

Workspace-scoped Dench API key from workspace settings. This is the same key used by DENCH_API_KEY in sandboxes.

Path Parameters

sequenceId
string
required

Response

Successful response