List Subject Models
GET/v1/audit_logs/subjects
List the subject models the authenticated principal may filter by. Useful for building filter dropdowns.
Responses
- 200
- 401
Subject model names.
- application/json
- Schema
- Example (from schema)
- Example
Schema
Array [
]
string
[
"string"
]
[
"Merchant",
"AcquirerUser",
"MerchantUser",
"Order",
"CardAuth",
"Agreement",
"ApiKey",
"AcquirerApiKey",
"AcquirerLink",
"MerchantLink",
"PaymentControl",
"EodStatement"
]
Authentication failed.
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
{
"message": "Missing authentication information"
}
Loading...