APIs REST Endpoints
Administration/APIs
The API resource lets you to define APIs that are accessible through Industries Framework. An API can be used to configure an adapter for a service that implements the API. An API can also be used to configure a listener for API events.
- Create an API
- Method: postPath:
/admin/apis
- Delete an API
- Method: deletePath:
/admin/apis/{id}
- Get all APIs
- Method: getPath:
/admin/apis
- Get an API
- Method: getPath:
/admin/apis/{id}
- Replace an API
- Method: putPath:
/admin/apis/{id}
- Update an API
- Method: patchPath:
/admin/apis/{id}