POST
/
voice
/
api
/
v1
/
bland
/
get-context
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": {}
  }
}

Query Parameters

api_token
string
required

API token for authentication

Body

application/json
caller
string
required

Customer's phone number

Example:

"+1234567890"

Response

200
application/json
Successfully retrieved context
status
enum<string>
Available options:
success
message
object