Stipop Docs | Documentation for SDK and API

View Sticker Category

Use the View Sticker Category API to get a list of the sticker categories used to categorize 150,000 stickers provided through Stipop APIs.

Request URL

GET
https://messenger.stipop.io/v1/category

Best Practices

  1. You can utilize all categories in the sticker library when showing different lists (or curation) of stickers using Package Ranking List. Use one of the categories you can find here to get a list of best stickers in that category.
  2. Try to use as much of the different categories available. Soon you’ll be able to see which category is used most by your users and then you can start concentrating into certain categories of stickers.

Parameters

Request Headers
RequiredTypeDescription
apikeystringStipop API Key for your app.
Visit developer dashboard for new API Key.

Example Request

Sample Call: View Sticker Category
1
curl --location --request GET "https://messenger.stipop.io/v1/category"  --header "apikey:xxxxxxxxx"

Success Response

Success Response code 200
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  header: {
    code: '0000',
    status: 'success',
    message: 'success',
  },
  body: {
    categoryList: [
      {
        category: 'Animation/Cartoon',
      },
      {
        category: 'Animals',
      },
              ......

    ],
  },
}

Response Format

Attributes
NameTypeDescription
categorystringDifferent categories used in Stipop Sticker Library to sort stickers

Error Response

ErrorCodeDescription
non exist apikey9000The API key used does not exist
server error1000Unable to receive data from the server
We’re here to help. Contact us.