get https://api.mixmax.com/v1/integrations/commands
Retrieves a list of Slash Commands you have access to. See slash commands
| Parameter | Type | Description | 
|---|---|---|
| _id | String | Unique ID | 
| id | String | Unique id used for analytics purposes. Can be ignored. | 
| userId | String | Owner id. Omitted if the command is global to all users | 
| createdAt | Date | Created date | 
| name | String | UI only. Command name that shows up in the slash command menu | 
| commands | Array | Array of commands that will trigger this command | 
| parameterPlaceholder | String | UI only. String text that shows up as the parameter placeholder when the user starts typing. | 
| commandParameterHintsUrl | String | See slash commands | 
| commandResolverUrl | String | See slash commands | 
| shared | Object | See shared | 
