# api.ecota.co v2 **Provider:** api.ecota.co v2 **Category:** auth **Base URL:** `http://api.staging-ecotaco.com` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** http://api.staging-ecotaco.com ## Description 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 ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `http://api.staging-ecotaco.com/` | Retrieve the version API | | GET | `http://api.staging-ecotaco.com/accounts` | Get current user | | POST | `http://api.staging-ecotaco.com/accounts` | Create a new account with an application key | | PUT | `http://api.staging-ecotaco.com/accounts` | Update User | | POST | `http://api.staging-ecotaco.com/accounts/password` | Forget password with email | | GET | `http://api.staging-ecotaco.com/accounts/payment_methods` | Payment Methods | | POST | `http://api.staging-ecotaco.com/accounts/settings` | Settings | | POST | `http://api.staging-ecotaco.com/accounts/sign_in` | Login with email, password and application key | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'http://api.staging-ecotaco.com/' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/api-ecota-co-v2/) — CC BY 4.0*