Team
List team member emojis
Read the emoji preferences associated with the specified agency employee.
GET
/v1/agencies/{agencyId}/team/employees/{employeeId}/emojisRead the emoji preferences associated with the specified agency employee.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
agencyId*string
Length
1 <= lengthemployeeId*string
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/agencies/string/team/employees/string/emojis" \ -H "Authorization: Bearer YOUR_API_KEY"{ "data": [ "string" ], "meta": { "requestId": "string" }}