get
https://fin-api.digetpay.com/v1/merchant/account/credentials
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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"
}
}
}{
"failed_unauthorized": {
"status": 401,
"body": {
"statusCode": 401,
"message": "Unauthorized",
"error": "Unauthorized"
}
}
}