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.

Authentication

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

Request Parameters

NameTypeRequiredInDescription
connectionBizIdStringYespathSlash connection business ID.
cardIdStringYespathThe card ID to retrieve.

Success Response

Not Found404
{
  "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.

Internal Documentation