For incoming calls, you can access the caller's phone number through the customer.number field in the call object. When making a GET call request, the response includes the customer object with the number field containing the caller's phone number .
The customer object in the call response includes:
json
"customer": {
"numberE164CheckEnabled": true,
"number": "string",
"name": "string"
}
This information is automatically provided when an incoming call is received