Skip to content

Get Card

GET/web/v1/slash/connections/{connectionBizId}/cards/{cardId} JWT

Retrieves the details of a specific card under the specified Slash connection.

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
cardIdStringRequiredpathThe card ID to retrieve. Path parameter

Success Response

Not Found 404
{
  "code": "4040",
  "message": "Card not found"
}

Error Responses

HTTP StatusCodeDescription
4014010Invalid or expired JWT token
4044040Card or connection not found

Notes

  • The response data structure is proxied from the Slash platform.

SlaunchX Internal Documentation