Authenticate and call your first API
- 28 Feb 2024
- 1 Minute to read
- Print
- PDF
Authenticate and call your first API
- Updated on 28 Feb 2024
- 1 Minute to read
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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://
Was this article helpful?