Skip to main content
Answer

Get I get the product details through the rest api

  • November 18, 2022
  • 1 reply
  • 84 views

Forum|alt.badge.img+4

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.

Best answer by Haley Pace

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"
},

 

This post has been closed for comments

1 reply

Forum|alt.badge.img+8
  • RevenueCat Staff
  • Answer
  • November 22, 2022

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"
},