Initiate Subscription
Initiating new subscription
POST https://partners.digitalizehub.com/api/v1/subscription/init
Headers
Name
Type
Description
auth-token*
String
Provided per each service/carrier/flow used
partner*
String
Unique code for partners
Request Body
Name
Type
Description
phone_number
String
Required depending on the subscription flow used
web_url*
String
package_id*
String
service_code*
String
carrier_code*
String
user_ip*
String
{
status: "SUCCESS",
message: "",
payload: { ref_id: <uuid>,
keyword: <str>,
short_code: <str>,
}
}{status: "FAIL", message: "NOT_ENOUGH_INFO"}{status: "SUCCESS", message: "ALREADY_SUBSCRIBED"}Verify subscription
Last updated