sequences
List sequences
AuthorizationBearer <token>
API key authentication - use your Zernio API key as a Bearer token
In: header
Query Parameters
profileId?string
Filter by profile. Omit to list across all profiles
status?string
Value in
"draft" | "active" | "paused"limit?integer
Default
50skip?integer
Default
0Response Body
application/json
curl -X GET "https://zernio.com/api/v1/sequences"Empty
{
"error": "Unauthorized"
}