org
Gets all emails for the organization
apikeys
jobs
- GETList all jobs
- POSTTries to create a new Job Definition
- GETReturns list of jobs that must be executed
- POSTMarks pending job execution as complete
- GETSend job executions over Server Sent Events
- GETReturns a list of executions for a job
- PATCHUpdate a job's muted status
- PATCHTemporary stops a job from running
- PATCHResumes job execution
- POSTImmediately triggers a job
- GETRetrieve a job by its ID
- DELRemoves schedule for a job and removes its execution logs
org
org
Gets all emails for the organization
GET
/
org
/
emails
curl --request GET \
--url https:/api.schedo.dev/api/org/emails
[
"<string>"
]
Response
200 - application/json
OK
The response is of type string[]
.
curl --request GET \
--url https:/api.schedo.dev/api/org/emails
[
"<string>"
]