Postman Collection
eCourtDate provides an official Postman workspace for interactive API exploration.
Workspace URL: https://www.postman.com/ecourtdate-api
Getting Started
- Visit the workspace URL and fork the collection to your Postman workspace
- Set up environment variables:
base_url(e.g.,https://staging.api.ecourtdate.com),client_id,client_secret,access_token - Run the "Get Token" request first to populate
access_token - Explore endpoints: Clients, Events, Contacts, Messages, Payments
Environment Variables
| Variable | Example Value |
|---|---|
base_url | https://staging.api.ecourtdate.com |
client_id | Your API client ID |
client_secret | Your API client secret |
access_token | Auto-populated after token request |