Getting Started
¶ UBER API Endpoints
Environment | URL |
---|---|
Production | https://api.uber.com |
Sandbox | https://sandbox-api.uber.com |
The process for calling the sandbox endpoint is exactly the same as production.
¶ Encodings
string | A UTF8-encoded string. |
---|---|
bool | A JSON boolean value. |
string | A string value. |
int | A 32-bit integer value. |
long | A 64-bit integer value. |
CurrencyCode | A type of currency, as represented by an ISO 4217 3-letter code. |