Skip to content

List Cards

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

Retrieves a paginated list of cards under the specified Slash connection. Supports filtering by account, status, type, and card group.

Authentication

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

Request Parameters

NameTypeRequiredInDescription
connectionBizIdStringYespathSlash connection business ID.
accountIdStringNoqueryFilter by account ID.
statusStringNoqueryFilter by card status.
typeStringNoqueryFilter by card type.
cardGroupIdStringNoqueryFilter by card group ID.
pageIntegerNoqueryPage number.
pageSizeIntegerNoqueryNumber of items per page.

Success Response

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

Error Responses

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

Notes

  • Results are paginated. Use page and pageSize to control pagination.
  • The response data structure is proxied from the Slash platform and may vary based on the provider's API.

Internal Documentation