For the complete documentation index, see llms.txt. This page is also available as Markdown.

Authenticate and call your first API

This article describes how to authenticate and call your first API.

After generating an API key, you're ready to authenticate and make your first API call!

  1. For authentication, ensure you include your Prisma Cloud DSPM API key in the headers using the following format: dig-api-key':'YOUR_KEY'

  2. To perform a test, attempt to call the specified endpoint with filters. This action should display a list of the initial 20 S3 buckets in your environment: https://api.dig.security/v1/assets

NOTE: Make sure you call the API with https:// and not http://

Servers:

  • EU stacks = https://api.dig.security

  • US stacks = https://api.use1.dig.security

For further information, refer to the API endpoints documentation.

Last updated

Was this helpful?