API

Send a notification for an event

Sends an event notification to the specified recipient.

POST/v1/marketplace/events/{event_id}/notification

Authorization

Marketplace-Authentication

Authorization<token>

The Noona Marketplace API uses an Authorization header with JWT Bearer tokens to authenticate marketplace users.

In: header

Path Parameters

event_id*string

Event ID

Example"dwawd8awudawd"

Request Body

application/json

email?string

Send an email notification to this email address about event.

Response Body

curl -X POST "https://api.noona.is/v1/marketplace/events/dwawd8awudawd/notification" \  -H "Content-Type: application/json" \  -d '{}'
Empty