You can create a new API key on the settings page of your workspace.
These API keys can be used with Bearer authentication.
GET https://api.trybadge.com/api/v0/passTemplates
Authorization: Bearer <token>
Accept: application/jsoncurl --request GET \
--header 'authorization: Bearer <token>' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--url https://api.trybadge.com/api/v0/passTemplates