Get API Credentials

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

View masked API credential metadata. Requires Merchant Portal Bearer token.

Flow

sequenceDiagram
    autonumber
    participant A as Portal Admin
    participant D as DigetPay Portal API

    A->>D: GET /merchant/account/credentials
    D-->>A: 200 { apiKeyMasked, environment, issuedAt }

Responses

{
  "success": {
    "status": 200,
    "body": {
      "apiKeyMasked": "****58C80",
      "environment": "fin",
      "issuedAt": "2026-01-15T10:00:00Z"
    }
  }
}

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