Skip to main content
GET
/
catalogs
/
connect-cards
cURL
curl --request GET \
  --url http://localhost:3000/connect/v1/catalogs/connect-cards/ \
  --header 'Authorization: <api-key>'
{
  "count": 123,
  "results": [
    {
      "card_id": "<string>",
      "id": "<string>",
      "updated_on": "2023-11-07T05:31:56Z",
      "created_on": "2023-11-07T05:31:56Z",
      "display_id": "<string>",
      "creator": "<string>",
      "updater": "<string>"
    }
  ],
  "next": "<string>",
  "previous": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.fairfood.org/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Query Parameters

limit
integer

Number of results to return per page.

offset
integer

The initial index from which to return the results.

Response

200 - application/json
count
integer
required
results
object[]
required
next
string<uri> | null
previous
string<uri> | null