Step 1: Get your Rampart API key

You can get your Rampart API key from the Rampart Command Center or by requesting access from support. Never expose any of these keys in client-side code.

Step 2: Make your first API Call

curl -X GET "https://api.rampartcorporation.com/ping" \
  -H "Authorization: Bearer {RAMPART_API_KEY}"