Claim badge
post/api_gateway/v1/badges/badgeMeta/{badgeId}/claim
Path parameters
badgeIdstring required
Unique Identifier for the badge.Unique Identifier for the badge.
Request body
Response
200
Example response
{
"data": {
"ownerType": "Loyalty",
"referenceId": "626"
},
"warnings": [
{
"code": 900,
"message": "Badge is already claimed by this owner"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.