Get a wallet-Layer's Rules
Returns the Composition Layer content for the calling wallet’s own wallet-Layer, without mutating it. Only the wallet’s own owner may call this.
GET
Get a wallet-Layer's Rules
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the environment
Required string length:
36Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Example:
"95b11417-f18f-457f-8804-68e361f9164f"
UUID of the wallet
Required string length:
36Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Example:
"95b11417-f18f-457f-8804-68e361f9164f"
Response
Wallet-Layer fetched successfully
Last modified on July 31, 2026
Previous
Create, update, or remove a Rule on a wallet-LayerApplies a single per-Rule upsert (create when ruleId is new, update when it already exists) or remove operation to the calling wallet's own wallet-Layer. Only the wallet's own owner may call this. Field permissions and the remove-vs-marker decision are enforced by wallet-service, not this route.
Next
Get a wallet-Layer's Rules