a

api.ecota.co v2

by api.ecota.co v2 Free tier

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

authstaging-ecotaco

Quick Reference

Base URL 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
Pricing
28
Latency
0
Depth
72

Authentication

No authentication required

# No auth required

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free — open public API, no authentication required.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'http://api.staging-ecotaco.com/' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official api.ecota.co v2 documentation.