v1

latestOpenAPI 3.1.02026-08-064323122.5 KB
Push notifications

Sent notification using membershipId

Simple fire and forget operation to sent notification

post/api/v2/accounts/membership/{membershipId}/notifications

Path parameters

membershipIdstring required

Request body

textstring required

Notification plain text.

deeplinkstring

Name of the feature for navigate to.

Example request

{
  "text": "Welcome to the gym!",
  "deeplink": "workouts"
}

Response

No Content