Extracting Rate Card details for a Company

Not applicable

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}/develop...

Documented here:

https://apidocs.apigee.com/monetize/apis/get/organizations/%7Borg_name%7D/developers/%7Bdeveloper_id...

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

Solved Solved
0 1 103
1 ACCEPTED SOLUTION

Not applicable

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.  

View solution in original post

1 REPLY 1

Not applicable

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.