Skip to content

Create Card

POST/web/v1/slash/connections/{connectionBizId}/cardsJWT

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

Authentication

Requires a valid JWT token. Portal access: system, tenant.

Request Parameters

NameTypeRequiredInDescription
connectionBizIdStringYespathSlash connection business ID.
requestObjectYesbodyCard creation payload. Structure depends on the Slash platform API.

Success Response

Unauthorized401
{
  "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.

Internal Documentation