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
Header parameters
sessionTokenstringRequired

Session authentication token.

Responses
200
Success
application/json
get
GET /pod/v1/user/manifest/own HTTP/1.1
Host: yourpodURL.symphony.com
sessionToken: text
Accept: */*
{
  "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?