Skip to main content
GET
/
packs
List user packs
curl --request GET \
  --url https://api.fluxer.app/v1/packs \
  --header 'Authorization: <api-key>'
{
  "emoji": {
    "installed_limit": 1073741823,
    "created_limit": 1073741823,
    "installed": [
      {
        "id": "<string>",
        "name": "<string>",
        "description": "<string>",
        "type": "emoji",
        "creator_id": "<string>",
        "created_at": "2023-11-07T05:31:56Z",
        "updated_at": "2023-11-07T05:31:56Z",
        "installed_at": "2023-11-07T05:31:56Z"
      }
    ],
    "created": [
      {
        "id": "<string>",
        "name": "<string>",
        "description": "<string>",
        "type": "emoji",
        "creator_id": "<string>",
        "created_at": "2023-11-07T05:31:56Z",
        "updated_at": "2023-11-07T05:31:56Z",
        "installed_at": "2023-11-07T05:31:56Z"
      }
    ]
  },
  "sticker": {
    "installed_limit": 1073741823,
    "created_limit": 1073741823,
    "installed": [
      {
        "id": "<string>",
        "name": "<string>",
        "description": "<string>",
        "type": "emoji",
        "creator_id": "<string>",
        "created_at": "2023-11-07T05:31:56Z",
        "updated_at": "2023-11-07T05:31:56Z",
        "installed_at": "2023-11-07T05:31:56Z"
      }
    ],
    "created": [
      {
        "id": "<string>",
        "name": "<string>",
        "description": "<string>",
        "type": "emoji",
        "creator_id": "<string>",
        "created_at": "2023-11-07T05:31:56Z",
        "updated_at": "2023-11-07T05:31:56Z",
        "installed_at": "2023-11-07T05:31:56Z"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.

Response

Success

emoji
object
required

Dashboard section for emoji packs

sticker
object
required

Dashboard section for sticker packs