Retrieves a badge.
Badge ID.
Badge.
Retrieving a badge by ID
curl -X GET \
'https://www.wixapis.com/members/v3/badges/80d5e4aa-0ab2-4bab-b941-a7459239a02e' \
-H 'Authorization: <AUTH>'
{
"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"
}
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.