post https://api.flarelane.com/v1/projects//alimtalk
Log in to see full request history
Responses
xxxxxxxxxx
10curl --request POST \
--url https://api.flarelane.com/v1/projects/PROJECT_ID/alimtalk \
--header 'Authorization: Bearer API_KEY' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"targetType": "userId"
}
'
xxxxxxxxxx
{
"data": {
"id": "<notification-id>"
}
}