Skip to main content
Solved

Get I get the product details through the rest api

  • 18 November 2022
  • 1 reply
  • 44 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"
        }, 

 

View original
Did this post help you find an answer to your question?

1 reply

Forum|alt.badge.img+8
  • RevenueCat Staff
  • 418 replies
  • 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"
        }, 

 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings