GET
/
card-group
curl --request GET \
  --url https://api.joinslash.com/card-group \
  --header 'X-API-Key: <api-key>'
{
  "items": [
    {
      "id": "<string>",
      "name": "<string>",
      "spendingConstraint": {
        "merchantCategoryRule": {
          "merchantCategories": [
            "<string>"
          ],
          "restriction": "allowlist"
        },
        "merchantRule": {
          "merchants": [
            "<string>"
          ],
          "restriction": "allowlist"
        },
        "spendingRule": {
          "utilizationLimit": {
            "timezone": "<string>",
            "limitAmount": {
              "amountCents": 123
            },
            "preset": "daily",
            "startDate": "<string>"
          },
          "utilizationLimitV2": [
            {
              "timezone": "<string>",
              "limitAmount": {
                "amountCents": 123
              },
              "preset": "daily",
              "startDate": "<string>"
            }
          ],
          "transactionSizeLimit": {
            "minimum": {
              "amountCents": 123
            },
            "maximum": {
              "amountCents": 123
            }
          }
        }
      }
    }
  ],
  "metadata": {
    "nextCursor": "<string>",
    "count": 123
  }
}

Authorizations

X-API-Key
string
headerrequired

Authentication from public API requests

Query Parameters

cursor
string

A cursor string to fetch the next page of results

Response

200 - application/json
items
object[]
required
metadata
object

Response sent when requesting a list of data