Skip to main content
POST
/
authentication
/
authenticate
Authenticate with access key
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 Index

Fetch the complete documentation index at: https://docs.rad.security/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

Authentication details

access_key_id
string
secret_key
string

Response

OK

expires_at
string
token
string