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: post
Path: /admin/apis
Delete an API
Method: delete
Path: /admin/apis/{id}
Get all APIs
Method: get
Path: /admin/apis
Get an API
Method: get
Path: /admin/apis/{id}
Replace an API
Method: put
Path: /admin/apis/{id}
Update an API
Method: patch
Path: /admin/apis/{id}