List badges
GET {{baseUrl}}/api/v1/badges
This API lists a particular number of default and custom badges, based on the limit defined.
OAuth Scope
Desk.settings.READ
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
from | string | Index number starting from which the badges must be listed | |
limit | string | Number of badges to list | |
type | string | Type of badge: default or custom |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
[{"name":"Badge 1","isCustom":"false","description":"Best Contributor","levelName":null,"id":"1","iconUrl":"https://www.zylker.com/badge1.jpg"}]