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
manifeststring · max: 6144Required
Manifest containing commands supported by the service account. Must be valid 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
/v1/user/manifest/ownLast updated
Was this helpful?