0.1.1
OAS 3.0.3
Wrangle API
A modern ticketing and workflow system built into Slack.
Base URL
Bearer Authentication (bearerAuth)
Client Libraries
Shell
Ruby
Node.js
PHP
Python
More
A modern ticketing and workflow system built into Slack.
Get Inboxes Response
unexpected error
curl --request GET \
--url 'https://slack.wrangle.io/api/v1/inboxes?slackUserId=&slackWorkspaceId='
{
"success": "true",
"inboxes": [
{
"createdAt": "…",
"creatorId": "…",
"id": "123e4567-e89b-12d3-a456-426614174000",
"formFields": {
"fieldId": "…",
"fieldLabel": "…",
"isRequired": true,
"fieldType": "Date Picker"
},
"name": "…",
"description": "…",
"defaultUserRole": "REQUESTER",
"status": "ACTIVE",
"tags": [
"…"
],
"userRoles": [
{
"role": "NO_ACCESS",
"userId": "…"
}
],
"updatedAt": "…"
}
]
}
Get Inboxes Response