Add Subscription If User Registered
This API adds subscriptions to the Profile if the user is registerd.
Add the subscriptions of the user.
POST
{API_URL}/client/add-subscription
Auth required: YES
Please pass your API key as the username and API secret as the password as Basic Auth to access the endpoint
Query Parameters
Name
Type
userId
string
purchaseId
string
subscriptionId
string
tierId
string
subscriptionStartDate
ISODateString
subscriptionEndDate
ISODateString
Last updated