Sequences

Get Sequence Settings

GET /v1/sequences/{sequenceId}/settings

GET/v1/sequences/{sequenceId}/settings
GET
/v1/sequences/{sequenceId}/settings

Get sequence settings (optionally filter by code)

Return all 13 public settings for the sequence along with the full assigned schedule (id, name, timezone, isDefault), all four priorityDistribution options with the active one flagged (active: true), and the associated client (or null).

Pass the optional code query parameter (1–13) to return just that single setting as a one-element array — useful when you only need to read one flag. See OpenAPI.md.

Authorization

x-api-key<token>

API key for Open API authentication

In: header

Path Parameters

sequenceIdstring

The ID of the sequence

Query Parameters

codenumber

Filter to a single setting code (1–13). Omit to return all settings.

Responses

200
Sequence settings fetched

Request

curl -X GET \
  "https://open-api.saleshandy.com/v1/sequences/{sequenceId}/settings" \
  -H "x-api-key: YOUR_API_KEY"

Response

No response body