Skip to main content

Creating API Tokens and Submission URLs

API tokens are used for authenticating Backtrace API usage and in Submission URLs. Submission URLs are utilized by SDKs and tools to send data to Backtrace.

What You'll Need

  • A Backtrace account (log in or sign up for a free trial license).
  • Your subdomain name (used to connect to your Backtrace instance). For example, https://example-subdomain.sp.backtrace.io.

Creating API Tokens

Tokens are granted specific capabilities that restrict their usage to designated purposes.

  1. In the Backtrace Console, go to Project settings > Project > API tokens and select New.
  2. Provide a descriptive name, such as Symbol Token.
  3. Choose one or more capabilities and then click Create.

Creating Submission URLs

The structure of a submission URL differs between hosted environments and on-premise installations.

In a hosted environment, submission URLs follow this format: https://submit.backtrace.io/<subdomain>/<token>/<endpoint>.

subdomainIf your instance address is `https://example.sp.backtrace.io`, your subdomain will be `example`.
tokenThe API token generated earlier.
endpointThe endpoint corresponds to a specific operation.

Example

To submit sourcemaps for the subdomain example using token bebbbc8b2bdfac76ad803b03561b25a44039e892ffd3e0beeb71770d08e2c8a7, the URL would be https://submit.backtrace.io/example/bebbbc8b2bdfac76ad803b03561b25a44039e892ffd3e0beeb71770d08e2c8a7/sourcemap.