Skip to main content
UseDropTrail API home page
v1
Search UseDropTrail docs...
⌘K
Dashboard
Support
Get Started
Get Started
Search...
Navigation
Getting Started
Authentication
Documentation
Community
Blog
Getting Started
Introduction
Authentication
Error Handling
Quickstart
Use Cases
E-commerce Integration
Logistics company
Marketplace
Food delivery
Delivery Requests
POST
Create Delivery Request
GET
List Delivery Requests
GET
Get Delivery Request
PATCH
Update Delivery Request
POST
Cancel Delivery Request
Tracking
POST
Update Tracking Location
GET
Get Tracking History
Real-time Tracking WebSocket
Organizations
Create
Api keys
Webhooks
SDKs & Libraries
Node js
Python
Php
Go
Webhooks
Introduction
Events
Security
Testing
Guides
Authentication
Error handling
Rate limiting
Pagination
Testing
Production checklist
API Tools
Postman
Curl
Status page
On this page
Getting an API Token
Using the Token
Getting Started
Authentication
Learn how to authenticate with the UseDropTrail API
UseDropTrail uses bearer token authentication. To authenticate your requests, you’ll need to include your API token in the Authorization header.
Getting an API Token
Create an organization account on
UseDropTrail Dashboard
Navigate to Settings > API Keys
Generate a new API key
Store this key securely - it won’t be shown again
Using the Token
Include your API token in the Authorization header of all requests:
Copy
Authorization:
Bearer
YOUR_API_TOKEN
Introduction
Error Handling
⌘I