cURL
curl --request GET \ --url https://api.engrate.io/schedule-management/v1/schedules \ --header 'Authorization: <api-key>'
[ { "uid": "<string>", "org_uid": "<string>", "market": "<string>", "tso": "<string>", "date": "<string>", "created_ts": "<string>", "last_modified_ts": "<string>" } ]
List all schedules for the authenticated organization.
Filters:
Successful Response
Was this page helpful?