Skip to main content
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

In the dashboard sidebar on the left, under Settings, click the API Keys link.
3

Open the API reference

On the API Keys page, click API Documentation to open the API reference.
You can also open it directly here: 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)

The secret key is shown once, right after you create it. Copy it and store it somewhere safe.
For security reasons, your API key is only displayed once. If you lose it, you must create a new one.
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.
Deleted API keys stop working immediately, and the action cannot be undone.