■前提


■メッセージカードAPIの概要


メッセージカード取得 | anygift

(例)

Request:

curl --request GET \\
  --url <https://api.anygift.jp/v1/message_cards> \\
  --header 'Accept: application/json' \\
  --header 'x-anygift-key: ' \\
  --header 'x-anygift-store-id: '

Response:

[
  {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "imageUrl": "<http://happy-birthday-card.jpg>"
  },
  {
    "id": "99sbde6e-6746-8492-bfeb-94cbveba6f01",
    "imageUrl": "<http://wedding-card.jpg>"
  },
  {
    "id": "4axtadd1-8455-3984-bfeb-a3cahaeegsdw",
    "imageUrl": "<http://mothers-day-card.jpg>"
  }
]