v1

latestOpenAPI 3.0.02026-07-14198572488.4 KB
Account

Get a cookie to allow for access to billing data

Get cookie to allow for access to billing data and perform billing operations

post/v1/account/billing_sso

Request body

destination'clientarea.php' | 'index.php' | 'feature-requests.php' | 'registration.php' | 'upgrade.php' | 'zendesk.php' required

Page to SSO into

paramsstring

URL params to pass to the destination

Example request

{
  "destination": "index.php",
  "params": "action=productdetails&id=12345"
}

Response

OK

successboolean

whether the request succeeded

errorsstring[]
messagesstring[] nullable

Example response

{
  "success": true,
  "errors": [],
  "messages": []
}