Utility
Get All Product Pricing
Retrieve current pricing for all products. No authentication required for default pricing. Authenticated requests return account-specific pricing if applicable.
get/api/v1/pricing/all
Response
Product pricing information
Example response
{
"success": true,
"pricing": {
"lrn": 0.005,
"cnam": 0.01,
"spam": 0.008,
"messaging_provider": 0.005,
"enhanced_lrn": 0.003
}
}