curl --request POST \
--url https://api.bland.ai/v1/postcall/webhooks/resend \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"call_ids": [
"<string>"
]
}'
{
"data": [
{
"call_id": "<string>",
"payload": {},
"url": "<string>",
"user_id": "<string>",
"created_at": "<string>",
"metadata": [
{
"sent_at": "<string>",
"response_code": 123,
"response_time": "<string>",
"send_type": "<string>"
}
]
}
],
"errors": [
{
"error": "<string>",
"message": "<string>"
}
]
}
Resend post call webhooks for specified calls.
curl --request POST \
--url https://api.bland.ai/v1/postcall/webhooks/resend \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"call_ids": [
"<string>"
]
}'
{
"data": [
{
"call_id": "<string>",
"payload": {},
"url": "<string>",
"user_id": "<string>",
"created_at": "<string>",
"metadata": [
{
"sent_at": "<string>",
"response_code": 123,
"response_time": "<string>",
"send_type": "<string>"
}
]
}
],
"errors": [
{
"error": "<string>",
"message": "<string>"
}
]
}
Show Array Item Properties
Show Array Item Properties
Show Array Item Properties