The public endpoints GET /v1/backoffice/accountStatuses
and GET /v1/backoffice/accountStatuses/{id}
are deprecated and will be removed in a future release.
If you rely on them to know the status of a Tenant under your Service Provider, or for your own Tenant regarding the existence of an initial Service Election, you can use GET /v1/backoffice/serviceAgreements/{tenantId}
to get the same information to determine if an initial Service Election has been submitted, approved or expired.
NOTE: The GET /v1/backoffice/subscriptions
endpoint returns a list of existing subscriptions for:
- The current tenant, or
- A specified tenant (if one is provided),
…but not for any particular requested subscription.