- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
11-06-2025 03:43 AM
I am encountering a 403 Forbidden error when trying to access Prisma Cloud Data Security (DSPM) APIs, such as:POST https://api.ind.prismacloud.io/dlp/api/v1/inventory/objects/aggregateHowever, I am able to successfully access CSPM APIs (for example, /compliance/standards).
DSPM is enabled on my tenant, and I have checked by assigning a custom role with full Data Security permissions and used an admin token, but still see the issue.
Could any one please help me on this?
11-06-2025 06:05 AM
Hi N.Modi
Note that the process for authentication for the DSPM API is different than the process for authenticating to the CSPM API. It requires yout o create a separate key etc. Take a look at this link which explains this in more detail and see if it helps.
Thanks!
11-06-2025 09:53 PM
We are trying to access the following API endpoint:https://api.ind.prismacloud.io/dlp/api/v1/inventory/objects/aggregate
Reference documentation: https://pan.dev/prisma-cloud/api/cspm/get-inventory-resources/
Authentication method used:Authorization: x-redlock-auth
However, we are encountering access issues while calling this API.
11-07-2025 05:04 AM
Hello
I guess I'm confused here, because you stated that you are trying to use one API endpoint, but you are suplying documentation for a different endpoint.
Maybe you're trying to do this?
https://api.ind.prismacloud.io/dlp/api/v1/inventory/objects/aggregate
11-09-2025 10:11 PM
Yes, we’re trying to call the following API: https://api.ind.prismacloud.io/dlp/api/v1/inventory/objects/aggregate
Here’s the cURL command for your reference:
curl --location 'https://api.ind.prismacloud.io/dlp/api/v1/inventory/objects/aggregate' \
--header 'Content-Type: application/json' \
--header 'x-redlock-auth: <token>' \
--data '{
"tableLevel": 1
}'
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!

