API Docs
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

MethodEndpointDescription
POST/api_keys/:merchant_idCreate API Key
GET/api_keys/:merchant_id/:key_idRetrieve API Key
POST/api_keys/:merchant_id/:key_idUpdate API Key
DELETE/api_keys/:merchant_id/:key_idRevoke API Key
GET/api_keys/:merchant_id/listList API Keys

API key management requires an admin API key for authentication, not a regular API key.