Saltar al contenido principal
GET
/
v1
/
agents
/
subscriptions
/
events
Get integration events available for agent subscriptions
curl --request GET \
  --url https://api.bold-factory.com/v1/agents/subscriptions/events \
  --header 'Authorization: Bearer <token>'
[
  {
    "eventName": "<string>",
    "eventVersion": 123,
    "properties": [
      {
        "path": "<string>",
        "name": "<string>",
        "kind": "<string>"
      }
    ]
  }
]

Autorizaciones

Authorization
string
header
requerido

Use a valid JWT token in the Authorization header with the format 'Bearer {token}'

Respuesta

OK

eventName
string
requerido
eventVersion
integer<int32>
requerido
properties
object[]
requerido