Send a bearer token
Include your token in theAuthorization header on every API request:
Team token secrets use the
dgb_team_ prefix. Store them on your server and never expose them in browser code, mobile apps, or public repositories.Team scope
A team token is already bound to the team that created it. You do not need to provide a separate team identifier when using a team token.Permissions
Tokens should be granted only the permissions your integration needs. If a token is valid but does not have the permission required by an endpoint, Dugble returns403 FORBIDDEN.
Invalid or expired tokens
Requests made with a missing, invalid, expired, or revoked token return401 UNAUTHORIZED.