Retrieves a list of badge templates available for the provided legal entity.The API key provided should have a role that includes permissions to issue digital badges for the legal entity provided.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.tahdah.me/api/digitalbadges//templates' \
--header'Authorization: Bearer <token>'
Responses
🟢200Success
application/json
Body
Example
[{"Id":184,"Name":"Test Badge 1"},{"Id":279,"Name":"My first Badge"},{"Id":595,"Name":"Qualification Level 2"}]