List All Custom Emojis
    • Dark
      Light
    • PDF

    List All Custom Emojis

    • Dark
      Light
    • PDF

    Article summary

    Get
    /api/v1/emoji-custom.all

    List all custom emojis.

    Changelog

    VersionDescription
    0.63.0Added
    Header parameters
    X-Auth-Token
    stringRequired

    The authToken of the authenticated user.

    ExampleRScctEHSmLGZGywfIhWyRpyofhKOiMoUIpimhvheU3f
    X-User-Id
    stringRequired

    The userId of the authenticated user.

    ExamplerbAXPnMktTFbNpwtJ
    Responses
    200

    OK

    Example
    {
      "emojis": [
        {
          "_id": "6542e83aa2f73c7460e18efb",
          "name": "happy",
          "aliases": [
            "happy-gang"
          ],
          "extension": "png",
          "_updatedAt": "2023-11-02T00:07:22.433Z"
        }
      ],
      "count": 1,
      "offset": 0,
      "total": 1,
      "success": true
    }
    Expand All
    object
    emojis
    Array of object
    object
    _id
    string
    name
    string
    aliases
    Array of string
    string
    extension
    string
    _updatedAt
    string
    count
    integer
    offset
    integer
    total
    integer
    success
    boolean
    401

    Unauthorized

    Authorization Error
    {
      "status": "error",
      "message": "You must be logged in to do this."
    }
    object
    status
    string
    message
    string

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.