GET
/
card-product
curl --request GET \
  --url https://api.joinslash.com/card-product \
  --header 'X-API-Key: <api-key>'
{
  "items": [
    {
      "id": "<string>",
      "prefix": "<string>",
      "status": "active"
    }
  ],
  "metadata": {
    "nextCursor": "<string>",
    "count": 123
  }
}

Authorizations

X-API-Key
string
header
required

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