Skip to main content
Solved

Get I get the product details through the rest api

  • 18 November 2022
  • 1 reply
  • 41 views

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.

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