cURL
curl --request POST \ --url https://blurr.app/api/v1/call \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "customerNumber": "<string>", "assistantId": "<string>", "phoneNumberId": "<string>" } '
{ "id": "<string>", "assistantId": "<string>", "status": "<string>", "type": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Make phone call
This is the number of the customer.
This is the assistant id that will be used for the call.
call response
This is the unique identifier for the call.
This is the assistant that made the call.
Show child attributes
Available options: queued, ringing, in-progress, forwarding, ended.
queued
ringing
in-progress
forwarding
ended
This is the type of call. Available options: inboundPhoneCall, outboundPhoneCall.
inboundPhoneCall
outboundPhoneCall