LogoLogo
  • Overview
    • How to obtain an API key?
  • Webhooks
    • About Webhooks
    • Quickstart Guide
      • Set up your server
      • Creating a webhook
      • Configure your server
      • Review your webhooks
      • Secure webhooks
    • Webhook events
      • About events
      • Event List
    • Troubleshooting
  • REST API
    • Overview
      • Current Version
      • Authentication
      • Pagination
    • Quickstart Guide
      • Find the API key
      • Playground
    • API References
      • Rides
      • Search
      • Customers
      • Drivers
      • Webhooks
      • Auth
    • Errors
      • Error codes
    • Troubleshooting
Powered by GitBook
On this page

Was this helpful?

  1. REST API
  2. Overview

Authentication

Learn about the way to authenticate Evertransit API requests.

PreviousCurrent VersionNextPagination

Last updated 2 years ago

Was this helpful?

The Evertransit API uses API keys to authenticate requests. All you need to authenticate each request is to send a query parameter called apikey with the value of your apikey .

curl -G https://endpoints.evertransit.com/v2beta/auth/me \
  -d apikey=<your-api-key>

obtained in the developer section of your dispatch