-
Notifications
You must be signed in to change notification settings - Fork 2
CreateSystemTechnical
Diego Ramos edited this page Apr 27, 2023
·
1 revision
- Get token with client credential grant
- More oauth2 enpoints here
- get all events
- GET /event
- create events
- POST /event
- update events
- PUT /event
- delete event
- DELETE /event
- get all received events
- get details of received event
- GET /event/received/:id
- get details of executed contracts
- GET /received/execution-detail/:id
- create system