API Keys
API ReferenceApi Keys
API Keys
Manage your API keys for authenticating with the Uprails API.
Overview
API keys are used to authenticate your requests to the Uprails API. You can create multiple API keys for different environments or services.
API Endpoints
| Method | Endpoint | Description |
|---|---|---|
POST | /api_keys/:merchant_id | Create API Key |
GET | /api_keys/:merchant_id/:key_id | Retrieve API Key |
POST | /api_keys/:merchant_id/:key_id | Update API Key |
DELETE | /api_keys/:merchant_id/:key_id | Revoke API Key |
GET | /api_keys/:merchant_id/list | List API Keys |
API key management requires an admin API key for authentication, not a regular API key.