Device Notifications (1.0.0)
Download OpenAPI specification:Download
Team Mobile Platform: team-mobile-platform@newstore.com URL: https://www.newstore.com
This api is used by the Associate App
Create notification for
Creates a notification for push notifications
Authorizations:
oauth2
Request Body schema: application/json
object Recipients of the notification that might be a list of users or group by a custom topics. If more than one is set, the result is the intersection of them. They are technically filterd by the AND operator. | |
object | |
object |
Responses
Request samples
- Payload
Content type
application/json
{- "recipients": {
- "app_name": "string",
- "user_ids": [
- "string"
], - "topics": { }
}, - "notification": {
- "type": "string",
- "title": "string",
- "subtitle": "string",
- "body": "string"
}, - "data": {
- "domain": "string",
- "type": "string"
}
}
Response samples
- 201
- 400
- 422
- default
Content type
application/json
{- "notificaton_id": "string"
}