Authenticate and call your first API
Last updated
Was this helpful?
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!
For authentication, ensure you include your Prisma Cloud DSPM API key in the headers using the following format: dig-api-key':'YOUR_KEY'
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?
Was this helpful?

