Skip to main content
POST
Send push notifications to user devices.

Error Responses

400 Bad Request

Returned when the request contains invalid push notification parameters. Returns a plain text error message:

401 Unauthorized

Authentication failed or invalid API key.

Authorizations

X-Clix-Project-ID
string
header
required

Project ID for authentication

X-Clix-API-Key
string
header
required

API Key for authentication

Body

application/json

Request body containing the push notifications to send.

Request schema for sending push notifications.

push_notifications
object[]

List of push notifications to send. (We recommend sending up to 500 push notifications.)

Response

A successful response containing the delivery results for each push notification.

Response schema containing the delivery results for each push notification.

delivery_results
object[]

List of delivery results for each push notification.