For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
manifeststring · max: 6144Required

Manifest containing commands supported by the service account. Must be valid JSON.

get/v1/user/manifest/own
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?