Skip to main content
GET
/
sequence-manager
/
sequence-definitions
cURL
curl --request GET \
  --url https://api.clarionhealth.com/v1/sequence-manager/sequence-definitions \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "name": "<string>",
    "inputs_definition": [
      {
        "id": "<string>",
        "type": "<string>"
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Array of sequence definitions

id
integer

Unique identifier for the sequence definition

name
string

Name of the sequence definition

inputs_definition
object[]

Input field definitions for this sequence