Rotate API Key

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Rotate your merchant API key. The new key is shown once. Requires Merchant Portal Bearer token.

Flow

sequenceDiagram
    autonumber
    participant A as Portal Admin
    participant D as DigetPay Portal API
    participant S as Your Server

    A->>D: POST /merchant/account/credentials/rotate
    D-->>A: 200 { apiKeyPlain } (shown once)
    A->>S: Update stored x-api-key
    Note over S: Old key stops working after rotation

Responses

{
  "success": {
    "status": 200,
    "body": {
      "apiKeyPlain": "YOUR_NEW_KEY_SHOWN_ONCE"
    }
  }
}

Guide →

Response

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json