Skip to main content
PUT
Pause loyalty program

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

loyalty program id

Body

application/json
pause_starts_at
string<date-time>

When to start the pause. If not specified, pauses immediately.

pause_ends_at
string<date-time>

When to end the pause. If not specified, remains paused until resumed.

Response

200 - application/json

OK

message
string
success
boolean
content
object