Updated Documentation: all '/subscriptions' endpoints combined to a single List Subscriptions endpoint with filter parameters
We’ve updated the documentation presentation for the following Commercial API endpoints to align with OpenAPI 3 specification requirements:
- Get subscription by buyer assigned account id
- Get subscription by reseller account id
Both endpoints share the same base URL but differ only by query parameters.
To comply with OpenAPI 3 YAML standards, they are now documented as a single endpoint:
List Subscriptions.
What changed:
- The above endpoints are now combined under List Subscriptions in the documentation
- Query parameters (buyer_assigned_account_id, reseller_account_id) are available as filters within the same endpoint
- Documentation structure updated to meet OpenAPI 3 requirements and improve compatibility with API tools
What did NOT change:
- No changes to endpoint logic or behavior
- No changes to request/response formats
- Existing integrations using:
- GET /subscriptions?buyer_assigned_account_id={buyer_assigned_account_id}
- GET /subscriptions?reseller_account_id={reseller_account_id}
continue to work exactly as before
This update is documentation-only and ensures consistent representation of the API without impacting functionality.