GET
/
pricing
/
trigger
curl --request GET \
  --url https://staging-api.getpartna.com/v4/pricing/trigger \
  --header 'x-api-key: <api-key>' \
  --header 'x-api-user: <api-key>'
{
  "data": null,
  "message": "unauthorised self trigger"
}

Authorizations

x-api-key
string
header
required
x-api-user
string
header
required

Query Parameters

action
enum<string>

pricing action to execute

Available options:
reminder,
charge,
retry,
receipt
username
string

Response

401 - application/json

get pricing trigger unauthorized

The response is of type object.