Giphy · Example Payload

Giphy Register Search Action Example

PhotographyMediaGIFsStickersEmojiVideoMessagingSocialMeta

Giphy Register Search Action Example is an example object payload from Giphy, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://api.giphy.com/v1/gifs/search/actions?api_key=YOUR_KEY",
    "headers": { "Content-Type": "application/json" },
    "body": {
      "action_type": "CLICK",
      "analytics_response_payload": "e=Z2lmX2lkPUZpR2lSZWkySUN6ekc",
      "random_id": "abc-random-id-from-randomid-endpoint",
      "ts": 1716838193000
    }
  },
  "response": {
    "status": 200,
    "body": {}
  }
}