Get an app record for its owner
GET/api/v1/apps/:appId
Broker self-service read of one app: display name, status, origins, owner and payout wallets, limit profile and key metadata. Never includes key secrets or their hashes. Authorized for the owner wallet's private read credential (the same bearer or HMAC v2 verification as the account reads) or for the app-key channel (x-sentico-app-key, or a FIX/FIXP/BSL logon) resolved to the same appId. Responses are private and must not be cached.
Request
Responses
- 200
- 401
- 403
- 404
- default
The app record without secrets
No owner read credential and no app-key channel.
The credential belongs to another wallet or another app (FORBIDDEN).
Unknown app (APP_NOT_FOUND).
Error response. Prefer the nested ApiErrorResponse via X-SC-Error-Format: envelope-v1; existing unnegotiated handler responses can retain a documented legacy flat shape through the compatibility period.
Response Headers
Stable request correlation id generated or echoed by the server.