AuthenticationAuthenticate with access key

Authenticate with access key

curl -X POST "https://api.prd.rad.security/authentication/authenticate" \
  -H "Content-Type: application/json" \
  -d '{
  "access_key_id": "example_string",
  "secret_key": "example_string"
}'
{
  "expires_at": "example_string",
  "token": "example_string"
}
POST
/authentication/authenticate
POST
Base URLstring

Target server for requests. Edit to use your own host.

Content-Typestring
Required

The media type of the request body

Options: application/json
Request Preview
Response

Response will appear here after sending the request

Responses

expires_atstring
tokenstring