Getting Started
Follow this guide to setup authorization and make your first request to the Rampart API.
Step 1: Get your Rampart keys
You can get your Rampart keys from the Rampart Command Center or by requesting access from support. Here are the keys you’ll need:
Key | Description |
---|---|
API Key | Used to authenticate your requests to the Rampart API. This key should be included in the Authorization header of all your API requests as a Bearer token. |
Signing Key | Used to sign JWT tokens for the SSO integration. This key is used to cryptographically sign payloads to ensure data integrity and authenticity when users authenticate through your application. |
Never expose any of these keys in client-side code.