Create a new gateway
Gateways
Create a new gateway
Creates a new gateway with a unique topic and URL.
POST
Create a new gateway
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Name of the gateway
Example:
"My API Gateway"
Whether the gateway is active
Example:
true
Description of the gateway
Example:
"Gateway for my service APIs"
List of middleware to be applied to the gateway
Timeout in milliseconds for gateway requests
Example:
30000