Skip to content

Instantly share code, notes, and snippets.

@mjmenger
Created September 7, 2023 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjmenger/07cd7b285ee3ab1ed76eb1ac5a6d7aef to your computer and use it in GitHub Desktop.
Save mjmenger/07cd7b285ee3ab1ed76eb1ac5a6d7aef to your computer and use it in GitHub Desktop.
testing Trip Check API with Rest Client
GET https://api.odot.state.or.us/tripcheck/Incidents?RouteId=OR242,OR120,US97,OR126,OR22,US197&EventTypeId=DS
Cache-Control: no-cache
Ocp-Apim-Subscription-Key: {{$dotenv tripcheck_key}}
###
GET https://api.odot.state.or.us/tripcheck/Incidents
Cache-Control: no-cache
Ocp-Apim-Subscription-Key: {{$dotenv tripcheck_key}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment