POST
/
org
/
emails
curl --request POST \
  --url https:/api.schedo.dev/api/org/emails \
  --header 'Content-Type: application/json' \
  --data '"<string>"'
[
  "<string>"
]

Body

application/json ยท string
Email to add

The body is of type string.

Response

200 - application/json
OK

The response is of type string[].