Skip to content

Get badges

Request

Security
imfKey
curl -i -X GET \
  https://innovario.apishowdown.com/_mock/cicd-repo/openapi/badges \
  -H 'IMF-KEY: YOUR_API_KEY_HERE'

Responses

Retrieved.

Bodyapplication/json
Array [
idstringread-only
namestring
iconstring
requirementsArray of objects
createdAtstring, (date-time)
updatedAtstring, (date-time)
]
Response
[ { "id": "badge_abc987def123", "name": "Explorer", "icon": "/images/explorer-icon.png", "requirements": [], "createdAt": "2023-02-19T11:21:36Z", "updatedAt": "2023-02-19T11:21:36Z" } ]