curl --request GET \
--url https://api-sandbox.appcharge.com/components/v1/badge \
--header 'x-publisher-token: <api-key>'[
{
"id": "507f1f77bcf86cd799439011",
"name": "New Item",
"publisherBadgeId": "new_item",
"type": "emblem",
"badgeImageUrl": "https://media.appcharge.com/media/65cb73338-5723cb43db5889"
},
{
"id": "507f1f77bcf86cd799439012",
"name": "New Year Celebration",
"publisherBadgeId": "new_year_celebration",
"type": "ribbon",
"badgeImageUrl": "https://images.pexels.com/photos/new-years.png",
"text": "New Year Sale",
"backgroundColor": {
"colorOne": "#00c6ff",
"colorTwo": "#0072ff",
"gradientDirection": "to right"
},
"textColor": {
"colorOne": "#ffffff"
}
}
]
Retrieves a list of all badges.
curl --request GET \
--url https://api-sandbox.appcharge.com/components/v1/badge \
--header 'x-publisher-token: <api-key>'[
{
"id": "507f1f77bcf86cd799439011",
"name": "New Item",
"publisherBadgeId": "new_item",
"type": "emblem",
"badgeImageUrl": "https://media.appcharge.com/media/65cb73338-5723cb43db5889"
},
{
"id": "507f1f77bcf86cd799439012",
"name": "New Year Celebration",
"publisherBadgeId": "new_year_celebration",
"type": "ribbon",
"badgeImageUrl": "https://images.pexels.com/photos/new-years.png",
"text": "New Year Sale",
"backgroundColor": {
"colorOne": "#00c6ff",
"colorTwo": "#0072ff",
"gradientDirection": "to right"
},
"textColor": {
"colorOne": "#ffffff"
}
}
]
[
{
"id": "507f1f77bcf86cd799439011",
"name": "New Item",
"publisherBadgeId": "new_item",
"type": "emblem",
"badgeImageUrl": "https://media.appcharge.com/media/65cb73338-5723cb43db5889"
},
{
"id": "507f1f77bcf86cd799439012",
"name": "New Year Celebration",
"publisherBadgeId": "new_year_celebration",
"type": "ribbon",
"badgeImageUrl": "https://images.pexels.com/photos/new-years.png",
"text": "New Year Sale",
"backgroundColor": {
"colorOne": "#00c6ff",
"colorTwo": "#0072ff",
"gradientDirection": "to right"
},
"textColor": {
"colorOne": "#ffffff"
}
}
]
Was this page helpful?