Get Pricing Plan Information
This guide will show you how you can view your Pricing Plan information via an API command.
Get Pricing Plan Information
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
// Response
}Example using cURL:
curl -X GET \
--url "https://console.monogoto.io/priceplan/byCustomerAndNetworkProvider/{CUSTOMER_ID}/{NETWORK_PROVIDER_ID}" \
-H "accept: application/json" \
-H "Authorization: Bearer {TOKEN_HERE}" \
-H "apikey: {CUSTOMER_ID}"Last updated
Was this helpful?