List All Custom Emojis
- Print
- DarkLight
- PDF
List All Custom Emojis
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get
/api/v1/emoji-custom.all
List all custom emojis.
Changelog
Version | Description |
---|---|
0.63.0 | Added |
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
}
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?