...
Code Block | ||
---|---|---|
| ||
$base_url/api/v0/synchronizations |
Example response body (application/x-www-form-urlencoded)
Code Block | ||
---|---|---|
| ||
{ "synchronizations": [ { "id": 1, "username": "alice", "type": "o365" }, { "id": 2, "username": "bob", "type": "googlecalendar" } ] } |
...
Code Block | ||
---|---|---|
| ||
$base_url/api/v0/synchronizations |
Example request body (application/x-www-form-urlencoded)
Code Block | ||
---|---|---|
| ||
username=alice&type=ews&smtpAddress=alice@example.org |
...