1
Sign in to the dashboard
Head over to https://rxresu.me and sign in with your account credentials.
2
Navigate to API Keys settings
Once you’re in the dashboard, look for the sidebar navigation on the left. Under the Settings section, click on the API Keys link.
3
Open the API reference
On the API Keys page, click API Documentation to view the API reference.
4
Create a new API key
Click Create a new API key. Fill in:
- Name: A label to help you identify what you use this key for
- Expires in: How long the key should remain valid
5
Copy the API key (important)
After creating the key, you’ll be shown the secret key once. Copy it and store it securely.
6
Authenticate requests with x-api-key
To authenticate API requests, include your key in the x-api-key header.
If you’re self-hosting, replace
https://rxresu.me with your instance URL. The API is served under /api/openapi.7
Delete an API key (optional)
In the API Keys list, click the trash icon next to a key and confirm deletion.