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
- 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.
- 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
Required | Type | Description |
---|---|---|
apikey | string | Stipop API Key for your app. Visit developer dashboard for new API Key. |
Example Request
Sample Call: View Sticker Category
cURL
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
Name | Type | Description |
---|---|---|
category | string | Different categories used in Stipop Sticker Library to sort stickers |
Error Response
Error | Code | Description |
---|---|---|
non exist apikey | 9000 | The API key used does not exist |
server error | 1000 | Unable to receive data from the server |
Was this page helpful?
We’re here to help. Contact us.