Credentials
Responses
200
List of available badges retrieved successfully
application/json
401
Not authorized to access badges.
404
Issuer not found.
get
GET /v1/credentials/badges HTTP/1.1
Host:
Accept: */*
[
{
"entityId": "SXcRrAd8QCWrmhRC9BODVA",
"name": "Intro",
"image": "https://api.test.badgr.com/public/badges/SXcRrAd8QCWrmhRC9BODVA/image",
"skills": [
{
"name": "Tea Programming"
},
{
"name": "A/B testing"
}
]
}
]
Last updated
Was this helpful?