Prisma Cloud API Access Keys
curl --request POST \ 'https://api.prismacloud.io/login' \ -H 'Content-Type: application/json' \ --data '{"username":"<Access Key ID>","password":"<Secret Key>"}'{ "token": "<JWT>", "message": "login_successful", "customerNames": [ { "customerName": "Test", "tosAccepted": true, "prismaId": "123456789999999999" } ] }curl --request GET \ 'https://api.prismacloud.io/auth_token/extend' \ -H 'Content-Type: application/json' \ -H 'x-redlock-auth:<current JWT>'{ "token": "<JWT>", "message": "login_successful", "customerNames": [ { "customerName": "Test", "tosAccepted": true, "prismaId": "123456789999999999" } ] }
Last updated
Was this helpful?

