Gets a list of URI protocols for the pod.
Last updated 7 months ago
Success
const response = await fetch('yourpodURL.symphony.com/pod/v2/system/protocols', { method: 'GET', headers: { "sessionToken": "text" }, }); const data = await response.json();
[ "ftp", "mailto", "fdsup", "skype" ]