9. Initiate Driver/Recipient Phone Call
POST https://api.uber.com/v1/guests/trips/call
https://developer.uber.com/docs/guest-rides/references/api/v1/guest-trips-call-post
Use this endpoint to initiate a call between the driver and a recipient. This end-point can be leveraged while the trip is in progress and upon trip completion.
The phone number you provide will be connected with the driver.
The call recipient could be the organization or the rider.
Request Body
{"request_id"=>"{{request_id}}", "phone_number"=>"+11234567890"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-uber-organizationuuid | string |