Skip to main content
POST
Reorder hooks within a stage

Authorizations

Authorization
string
header
required

API key in format: rg_live_xxxx. Pass as a Bearer token in the Authorization header.

Path Parameters

agentId
string<uuid>
required

Agent ID.

Body

application/json
stage
enum<string>
required
Available options:
PRE_CALL,
POST_CALL
ids
string<uuid>[]
required

Response

The stage's hooks in their new order.

hooks
object[]