Get Bot Manifest

Released in 24.1. Returns the manifest of the calling service user (Bot). The manifest contains the list of supported chat commands.

Get own service account manifest

get

/v1/user/manifest/own

Header parameters
sessionTokenstringrequired

Session authentication token.

Responses
curl -L \
  --url 'yourpodURL.symphony.com/pod/v1/user/manifest/own' \
  --header 'sessionToken: text'
{
  "manifest": "text"
}

To learn more about what Bot manifests are, their structure and how to configure them, please have a look at Update Bot Manifest

Last updated

Was this helpful?