Substy Developers
Team

List team member emojis

Read the emoji preferences associated with the specified agency employee.

GET/v1/agencies/{agencyId}/team/employees/{employeeId}/emojis

Read the emoji preferences associated with the specified agency employee.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

agencyId*string
Length1 <= length
employeeId*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"  }}