Endpoints
Retrieve a list of emojis
Get a list of emojis.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The query to search for.
Example:
"cat"
The maximum number of emojis to return.
Required range:
x <= 100
Example:
50
The cursor to paginate from.
Response
200 - application/json
Successful response
The response is of type object
.