Skip to content

Stickers

  • Endpoint Path: /api/fresns/v1/global/stickers
  • Method: GET

Headers Optional Parameter

KeyPublic Mode (Required)Private Mode (Required)
X-Fresns-Aidoptionalrequired
X-Fresns-Aid-Tokenoptionalrequired
X-Fresns-Uidoptionalrequired
X-Fresns-Uid-Tokenoptionalrequired

Return

json
{
    "code": 0,
    "message": "ok",
    "data": [
        {
            "parentCode": "String / Parent Sticker Group Code",
            "name": "String / Group name",
            "code": "String / Sticker Group Code",
            "codeFormat": "String / Sticker Group Code format",
            "image": "String / Sticker Group image URL",
            "stickers": [
                {
                    "parentCode": "String / Parent Sticker Group Code",
                    "name": "String / Name",
                    "code": "String / Sticker Code",
                    "codeFormat": "String / Sticker Code format",
                    "image": "String / Sticker image URL",
                }
            ]
        }
    ]
}

Released under the Apache-2.0 License