Skip to main content
POST
/
v3
/
ai-sdr
/
approvals
/
send-bulk
Send a batch of pending approvals
curl --request POST \
  --url https://api.reply.io/v3/ai-sdr/approvals/send-bulk \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "items": [
    {
      "sequenceId": 123,
      "contactId": 123
    }
  ]
}
'
{
  "title": "Unauthorized",
  "status": 401,
  "detail": "Authentication credentials are missing or invalid."
}

Documentation Index

Fetch the complete documentation index at: https://docs.reply.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Authorization: Bearer <your-api-key>

Get your API key from the Reply dashboard: Settings → API Key.

Body

application/json
items
object[]
required

Response

Bulk send accepted