trying to create some simple consolidated reporting using the actual product description and I dont see a way to get more that product identifier through REST API using getOfferings… is there another way to get the desired information.
Page 1 / 1
Using our get offerings REST API, you should be getting the identifiers and descriptions. On the right side of the page under our try it, you can click our example responses, see part of one below with the information you are looking for:
{
"current_offering_id": "default",
"offerings":
{
"description": "The default offering",
"identifier": "default",
"packages":
{
"identifier": "$rc_monthly",
"platform_product_identifier": "monthly_free_trial"
},
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.