cURL
curl --request POST \ --url https://protegee.ai/voice/api/v1/bland/get-context \ --header 'Content-Type: application/json' \ --data '{ "caller": "+1234567890" }'
{ "status": "success", "message": { "caller": "<string>", "description": "<string>", "price": "<string>", "vendor": "<string>", "customer_id": "<string>", "callback": "<string>", "email": "<string>", "full_name": "<string>", "memory": "<string>", "status": "<string>", "processor": "<string>", "start_time": "<string>", "debug": {} } }
Retrieves the context for a Bland call using the customer’s phone number
API token for authentication
Successfully retrieved context
The response is of type object.
object