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.
Header parameters
sessionTokenstringRequired
Session authentication token.
Responses
200
Success
application/json
400
Client error, see response body for further details.
application/json
401
Unauthorized: Invalid session token.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
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?