--- title: "Zeo Route Planner API Authentication | API Key Management" author: Zeo Route Planner Team description: “Zeo API uses secure keys for authentication, ensuring only authorized systems can access delivery data. This page shows how to safely connect your application with Zeo.” tags: [API authentication, API keys, fleet management, route optimization, Zeo] url: https://api.zeorouteplanner.com/authentication.html canonical_url: https://api.zeorouteplanner.com/authentication.html layout: page --- # API Docs / Authentication ZeoRoutePlanner uses API keys to allow access to the API. You can register a new API key at our platform: [https://zeorouteplanner.com/app/team/settings/genrate-token](https://zeorouteplanner.com/app/team/settings/genrate-token). ZeoRoutePlanner expects for the API key to be included in all API requests to the server in a params that looks like the following: ```json { "api_key": "your_api_key_here" } ``` **Note:** You must replace `your_api_key_here` with your personal API key. ![A graphic illustrating a successful JSON API response after creating a new driver, with the returned data matching the 'Driver Details' form](https://zeorouteplanner.com/wp-content/uploads/2024/07/Add-driver.png)