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>"
}

Body

application/json

Authentication details

access_key_id
string
secret_key
string

Response

OK

expires_at
string
token
string