Skip to main content

Rollbar API Access Token

Description

General

  • Documentation: https://docs.rollbar.com/reference
  • Summary: The Rollbar API provides a RESTful interface to much of the data in the system. It is used to report errors/exceptions, deploys, and other messages. The Account access tokens allow to perform account wide operations. Project access tokens allows to perform all other operations in relation to a specific project.
  • IPs allowlist: This feature is not mentioned in the documentation.
  • Scopes: API tokens are scoped with a set of permissions. Two scopes are available for account API tokens: read, write. Four scopes are available for project API tokens: read, write, post_server_item and post_client_item

Revoke the secret

API Keys can be revoked from the Rollbar dashboard.

Check for suspicious activity

This feature is not mentioned in the documentation.

Details for Rollbar api token

  • Family: Api

  • Category: Monitoring

  • Company: Rollbar

  • High recall: False

  • Validity check available: True

  • On-premise instances exist: False

  • Only valid secrets raise an alert: False

  • Minimum number of matches: 1

  • Occurrences found for one million commits: 5.05

  • Prefixed: False

  • PreValidators:

- type: ContentWhitelistPreValidator
patterns:
- rollbar

Examples

- text: "curl -H 'X-Rollbar-Access-Token: df6ce617465b4980afdecc95ed1b42de' 'https://api.rollbar.com/api/1/projects'"
apikey: df6ce617465b4980afdecc95ed1b42de

- text: 'env ROLLBAR_ACCESS_TOKEN="c0a37b9523be431289b38ae89ff2aaaf"'
apikey: c0a37b9523be431289b38ae89ff2aaaf

How can I help you ?