GET
/
merchant
/
session
/
user_sub_update_url
curl --request GET \
  --url https://api.unibee.top/merchant/session/user_sub_update_url \
  --header 'Authorization: Bearer <token>'
{
  "code": 123,
  "data": {
    "url": "<string>"
  },
  "message": "<string>",
  "redirect": "<string>",
  "requestId": "<string>"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

email
string

Email, unique, either ExternalUserId&Email or UserId needed

userId
integer

UserId, unique, either ExternalUserId&Email or UserId needed

externalUserId
string

ExternalUserId, unique, either ExternalUserId&Email or UserId needed

productId
integer

default product will use if productId not specified

planId
integer

Id of plan to update

vatCountryCode
string

Vat Country Code

returnUrl
string

ReturnUrl

cancelUrl
string

CancelUrl

Response

200 - application/json
code
integer
data
object
message
string
redirect
string
requestId
string