Choose a server to use:
pipeline_id | string | required |
object | object |
curl --request POST \
--url https://api.adara.com/v2//send/{pipeline_id} \
--data '{}'
object | object | ||
active | boolean | feature flag indicating that the endpoint is interactive | optional |
response | object | optional | |
payload | object | url params payload data that has been pushed to ingestion | optional |
success | boolean | optional | |
created | integer | optional |
xxxxxxxxxx
{
"active": "{boolean}",
"response": {
"payload": {},
"success": "{boolean}",
"created": "{integer}"
}
}