Memesio · Example Payload

Memesio Post Api Growth Referrals Example

MemesMediaImage GenerationContentDeveloper Tools

Memesio Post Api Growth Referrals Example is an example object payload from Memesio, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationmethodpathrequestresponse

Example Payload

Raw ↑
{
  "operation": "Create or Redeem Referral Invite Code with Fraud Checks",
  "method": "POST",
  "path": "/api/growth/referrals",
  "request": {
    "action": "create",
    "actorId": "string",
    "shareSlug": "string",
    "code": "string"
  },
  "response": {
    "message": "Redeemed referral code"
  }
}