Skip to main content
POST
/
v1
/
businesses
/
{businessId}
/
notifications
Send business notification
curl --request POST \
  --url https://api.halth.com/v1/businesses/{businessId}/notifications \
  --header 'Content-Type: application/json' \
  --data '
{
  "type": "payouts_onboarding_reminder"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.halth.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

businessId
string
required

Body

application/json
type
enum<string>
required
Available options:
payouts_onboarding_reminder

Response

201 - undefined