Authorizations
Your Goody API key.
Query Parameters
Page for pagination, starting at 1
Required range: 
x >= 1Items per page for pagination
Required range: 
1 <= x <= 100curl --request GET \
  --url https://api.ongoody.com/v1/cards \
  --header 'Authorization: Bearer <token>'{
  "data": [
    {
      "id": "6647ec6d-eeb4-4dca-853c-805c577c6e43",
      "image": {
        "url": "https://assets.ongoody.com/cards/111.png?format=png",
        "width": 800,
        "height": 1130
      },
      "image_thumb": {
        "url": "https://assets.ongoody.com/cards/111.png?width=200&format=png",
        "width": 200,
        "height": 283
      },
      "occasions": []
    },
    {
      "id": "94e928c6-1b67-4b05-939f-198ebec27cbc",
      "image": {
        "url": "https://assets.ongoody.com/cards/222.png?format=png",
        "width": 800,
        "height": 1130
      },
      "image_thumb": {
        "url": "https://assets.ongoody.com/cards/222.png?width=200&format=png",
        "width": 200,
        "height": 283
      },
      "occasions": [
        "Congratulations",
        "Onboarding"
      ]
    }
  ],
  "list_meta": {
    "total_count": 2
  }
}Your Goody API key.
Page for pagination, starting at 1
x >= 1Items per page for pagination
1 <= x <= 100curl --request GET \
  --url https://api.ongoody.com/v1/cards \
  --header 'Authorization: Bearer <token>'{
  "data": [
    {
      "id": "6647ec6d-eeb4-4dca-853c-805c577c6e43",
      "image": {
        "url": "https://assets.ongoody.com/cards/111.png?format=png",
        "width": 800,
        "height": 1130
      },
      "image_thumb": {
        "url": "https://assets.ongoody.com/cards/111.png?width=200&format=png",
        "width": 200,
        "height": 283
      },
      "occasions": []
    },
    {
      "id": "94e928c6-1b67-4b05-939f-198ebec27cbc",
      "image": {
        "url": "https://assets.ongoody.com/cards/222.png?format=png",
        "width": 800,
        "height": 1130
      },
      "image_thumb": {
        "url": "https://assets.ongoody.com/cards/222.png?width=200&format=png",
        "width": 200,
        "height": 283
      },
      "occasions": [
        "Congratulations",
        "Onboarding"
      ]
    }
  ],
  "list_meta": {
    "total_count": 2
  }
}