cURL
curl --request POST \ --url https://api.prd.rad.security/authentication/authenticate \ --header 'Content-Type: application/json' \ --data ' { "access_key_id": "<string>", "secret_key": "<string>" } '
{ "expires_at": "<string>", "token": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.rad.security/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.rad.security/llms.txt
Use this file to discover all available pages before exploring further.
Authentication details
OK