Push notifications
Sent notification using accountId
Simple fire and forget operation to sent notification
post/api/v2/accounts/{accountId}/notifications
Path parameters
accountIdstring uuid required
Request body
Example request
{
"text": "Welcome to the gym!",
"deeplink": "workouts"
}Response
No Content
Changes
No recorded changes to this endpoint across all 1 revision of this API.