Skip to main content
POST
Update Pricing Module

Authorizations

Authorization
string
header
required

Auth token returned from the login endpoint. Send as: Authorization: <token> (no Bearer prefix)

Body

application/json
method
string
required

Always "Update"

Example:

"Update"

action
string
required

Always "Update Plan"

Example:

"Update Plan"

apiVersion
string
required

Always "v2"

Example:

"v2"

tariff
object
required

Response

200 - application/json

Plan updated successfully

success
boolean
data
object
message
string
statusCode
integer
error
unknown