GET

Get Badge


Retrieves a badge.

Permissions
Manage Badges
Read Badges
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/members/v3/badges/{id}

Path Params
idstringRequired

Badge ID.

Response Object
badgeBadge

Badge.

Get a badge

Retrieving a badge by ID

Request
cURL
curl -X GET \ 'https://www.wixapis.com/members/v3/badges/80d5e4aa-0ab2-4bab-b941-a7459239a02e' \ -H 'Authorization: <AUTH>'
Response
JSON
{ "badge": { "id": "80d5e4aa-0ab2-4bab-b941-a7459239a02e", "title": "Awesome Badge", "description": "Badge for awesome people", "backgroundColor": "#FFFFFF", "textColor": "#FF0000", "icon": "https://my-icons.example/awesome.svg", "permissionsEnabled": false, "slug": "awesome-badge", "createdDate": "2020-05-28T09:26:17.699Z", "updatedDate": "2020-05-28T09:26:17.699Z" } }
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?