Is there a management API to subscribe to a plan as a company

Looking for an API to subscribe to a plan as a company. This is useful in automating the flows using the config plugin or other tools in CI/CD.

0 1 108
1 REPLY 1

In the Mint API, there is not much distinction between company and developer, as there is in the Edge API. Accepting a rate plan is POST /mint/organizations/att/developers/{id}/developer-rateplans -- that id can be developer or company ID.

The portal does extra stuff so that developers can act "on behalf of" a company, but if you can make mgmt API call, it's fairly simple.