post https://api.triplewhale.com/api/v2/data-in/subscriptions
Ingest subscription data into Triple Whale. This endpoint allows users to upload detailed subscription information, including customer details, items, status, and metadata.
Responses
Ingest subscription data into Triple Whale. This endpoint allows users to upload detailed subscription information, including customer details, items, status, and metadata.
xxxxxxxxxx
14curl --request POST \
--url https://api.triplewhale.com/api/v2/data-in/subscriptions \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"subscription_items": [
{
"status": "active",
"interval": "day"
}
]
}
'
Try It!
to start a request and see the response here! Or choose an example: