post https://api.flarelane.com/v1/projects//notifications
Log in to see full request history
Responses
xxxxxxxxxx
15curl --request POST \
--url https://api.flarelane.com/v1/projects/PROJECT_ID/notifications \
--header 'Authorization: Bearer API_KEY' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"targetType": "userId",
"targetIds": [
"id1",
"id2"
],
"body": "hello world!"
}
'
xxxxxxxxxx
{
"data": {
"id": "56f9383c-4b27-4a31-94e4-df7ef59bfbad"
}
}