Badge uses API keys to authenticate requests.

Log in to see your API keys
API KeyLabelLast Used

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/json
curl --header 'authorization: Bearer <token>' \
     --request GET \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --url https://api.trybadge.com/api/v0/passTemplates

Credentials
Click Try It! to start a request and see the response here!