Request Body Parameters:
Name | Type | Description |
---|---|---|
api_key | string | Enter your API-key (generated from dashboard) |
Plan Id | number | Enter Your Plan Id |
Is Active | number | 1 For YES, 0 for NO |
{
"api_key" : {{apikey}},
"plan_id" : 123,
"is_active" : 0
}
curl --location --request POST 'https://api.yelo.red/open/customerSubscription/get' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{apikey}},
"plan_id" : 123,
"is_active" : 0
}'
{}