The API ecotaco allows you to connect, create an account, manage your credit cards and order rides. Authentication Ecotaco API use a system of application key and authentification token. Application key : The application key is generated by Ecota.co and unique to an application. Before acc
http://api.staging-ecotaco.com
Auth type
none
Auth header
# No auth required
Rate limit
See documentation
Pricing
Enterprise / contact sales
Free quota
None
Documentation
http://api.staging-ecotaco.com
Endpoint status
Unreachable — No response — server may be down or blocking automated probes
(checked Mar 29, 2026)
Builder score
D
37%
builder-friendly
No authentication required
# No auth required
Free — open public API, no authentication required.
| Method | Path | Description |
|---|---|---|
| GET | / |
Retrieve the version API |
| GET | /accounts |
Get current user |
| POST | /accounts |
Create a new account with an application key |
| PUT | /accounts |
Update User |
| POST | /accounts/password |
Forget password with email |
| GET | /accounts/payment_methods |
Payment Methods |
| POST | /accounts/settings |
Settings |
| POST | /accounts/sign_in |
Login with email, password and application key |
curl -X GET 'http://api.staging-ecotaco.com/' \ -H '# No auth required'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official api.ecota.co v2 documentation.