Exchanges
A callback that can be any capability URL (i.e., a URL that is infeasible to guess) that can be notified when an exchange step is performed. The URL SHOULD be a capability URL to ensure that it can only be used by parties with whom the URL is shared without a need for authorization tokens, periodic token refresh, nor client registration. If the suggested URL format with "localCallbackId" is used, then the "localCallbackId" value must express at least 128-bits of random information in order to ensure the full callback URL can be treated as a capability URL. It is also recommended that a new capability URL be created per exchange and only used by that exchange.
A system can expose this endpoint to be notified when an exchange step is executed. A request that the server cannot understand results in an error.
post/callbacks/{localCallbackId}
Parameters
./components/parameters/path/LocalCallbackId.yml — unresolved $ref
Request body
Response
Callback data received.
Changes
Changed in 1 of the 67 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○