API Reference
POST slack/link
POST operation for slack/link
Authorization
ApiKeyAuth Authorization<token>
API key authentication. Format: Your API key (no "Token" prefix needed)
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
code*string
Response Body
application/json
curl -X POST "https://dev-rest.onboard.io/slack/link" \ -H "Content-Type: application/json" \ -d '{ "code": "string" }'{
"code": "string"
}Empty
Empty
Empty
How is this guide?