Capabilities
| Resource | Sync | Provision |
|---|---|---|
| Users | ||
| Teams |
Gather Honeybadger credentials
Configuration fields
| Field | Required | Description |
|---|---|---|
base-url | Yes | The base URL of the Honeybadger API, with no trailing slash and no /v2 suffix. For the hosted service this is https://app.honeybadger.io. |
account-id | Yes | The numeric ID of the Honeybadger account to read users and teams from. One connector reads one account. |
auth-token | Yes | A personal authentication token from your Honeybadger user settings. It is sent as the HTTP Basic username with an empty password. |
Synced resource types
- Users: Honeybadger account users from
/v2/accounts/{id}/users. - Teams: Honeybadger teams from
/v2/teams, each with amemberentitlement. - Team membership: team-member grants from
/v2/teams/{team_id}/team_members.
Special notes
- Provisioning is not supported in the current build.
- The connector authenticates with the token as the HTTP Basic username and an empty password.
- Use an account-scoped token. One connector reads the single account named by
account-id; teams and team membership are scoped to that account.
Configure the Honeybadger connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.Done. Your Honeybadger connector is now pulling access data into C1.
Enter the Honeybadger credentials:
- Honeybadger API URL: The API base URL, usually
https://app.honeybadger.io. - Account ID: The numeric ID of the account to read.
- API token: The personal authentication token.