Latest stories

get_sticker_album_categories

  • Inputs
No input

  • Errors
{
    "must_login": "user must be login"
}

  • Extra Description
Returns a list of dictionaries containing name and id of sticker album categories

  • Sample
  • Url:
https://api.pantel.me/a/get_sticker_album_categories
  • Output:
                                {
    "result": [
        {
            "id": 1,
            "name": "General"
        },
        {
            "id": 2,
            "nsme": "Animals"
        },
        {
            "id": 3,
            "nsme": "Art & Design"
        },
        {
            "id": 4,
            "nsme": "Automobiles"
        }
    ],
    "status": "success",
    "time": 1547555902.8636634
}