Badge uses API keys to authenticate requests.
Log in to see your API keys
API Key | Label | Last 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