Get slash Commands
Get specification of the slash command.
URL | Requires Auth | HTTP Method |
---|---|---|
/api/v1/commands.get | yes | GET |
Argument | Example | Required | Description |
---|---|---|---|
command | me | Required | The name of the command. |
curl -H "X-Auth-Token: 9HqLlyZOugoStsXCUfD_0YdwnNnunAJF8V47U3QHXSq" \
-H "X-User-Id: aobEdbYhXfu5hkeqG" \
http://localhost:3000/api/v1/commands.get?command=me
{
"command": {
"command": "me",
"params": "your_message",
"description": "Displays_action_text",
"clientOnly": false
},
"success": true
}
Version | Description |
---|---|
0.60.2 | Added |
Last modified 1yr ago