Hi,
Using Apigee’s API, I am looking to get the details of when an Apigee Company signed up to Rate Plan(via a Package) within Monetization. I can get a developers rate card details by using this call:
https://api.enterprise.apigee.com/v1/mint/organizations/{org_name}/developers/{developer_id}/developer-accepted-rateplans
Documented here:
https://apidocs.apigee.com/monetize/apis/get/organizations/%7Borg_name%7D/developers/%7Bdeveloper_id%7D/developer-accepted-rateplans
What I require is how can I get similar details but for a company, including accepted date. (I can’t find this option in the rate card API docs section).
Thanking the community in advance.
Bruce
Based on other posts using other monetization based APIs, I used the pattern of changing the developerID with the companyID and still point it through to the developer endpoint I posted in the question.
"https://api.enterprise.apigee.com/v1/mint/organizations/psma/developers/COMPANY_ID/developer-accepted-rateplans"
This appeared to work.