Skip to main content
GET
/
v1
/
event
/
{eventId}
/
rules
List event rules
curl --request GET \
  --url https://public-api.sessionboard.com/v1/event/{eventId}/rules \
  --header 'x-access-token: <api-key>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "event_id": 123,
    "name": "<string>",
    "type": "<string>",
    "config": {},
    "enabled": true,
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

x-access-token
string
header
required

Organization API token. Generate from Organization Settings → API Tokens.

Path Parameters

eventId
integer
required

Response

OK

id
string<uuid>
event_id
integer
name
string
type
string
config
object
enabled
boolean
created_at
string<date-time>
updated_at
string<date-time>