Push Gateway API (1.0.0)

Download OpenAPI specification:Download

License: Apache 2.0

API for interacting with the Push Gateway

Push Gateway

Push data to the gateway

Authorizations:
mtls
Request Body schema: application/json
required
One of
object (Notification)

Information about the push notification

Responses

Request samples

Content type
application/json
Example
{
  • "notification": {
    }
}

Response samples

Content type
application/json
{
  • "status": "success"
}