Authentication

Learn about the way to authenticate Evertransit API requests.

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 obtained in the developer section of your dispatch.

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

Last updated