Skip to content

Create Card

POST/web/v1/slash/connections/{connectionBizId}/cards JWT

Creates a new card under the specified Slash connection. The request body is passed through to the Slash platform.

Required Headers

HeaderExample ValueDescription
Content-Typeapplication/jsonRequest content type
Acceptapplication/jsonExpected response type
X-Client-HashClient device fingerprint
Accept-Languageen, zh, zh-Hant, ja, viResponse language (default: en)
AuthorizationBearerJWT access token
X-Workspace-IdTarget workspace ID

Request Parameters

NameTypeRequiredInDescription
connectionBizIdStringRequiredpathSlash connection business ID. Path parameter
requestObjectRequiredbodyCard creation payload. Structure depends on the Slash platform API. Request body (JSON)

Success Response

Unauthorized 401
{
  "code": "4010",
  "message": "Invalid or expired JWT token"
}

Error Responses

HTTP StatusCodeDescription
4014010Invalid or expired JWT token
4044040Connection not found
4004000Invalid request body

Notes

  • Returns HTTP 201 on success.
  • The request body is forwarded to the Slash platform as-is. Refer to Slash API documentation for the expected payload structure.

SlaunchX Internal Documentation