GET /api/v2/storefront/account-mappings/relationships/{relationshipId}/ready-to-invoice
The assert response is the only place assertionId appears once an account
has activated — the account itself no longer carries it, and an activated
account leaves the review queue’s billingGate too. If you lost that
response, or you’re looking at an account long after it activated and need
to revoke
its billing readiness, use this endpoint to recover the id.
Returns every currently active assertion for the relationship — at most
one per operator/advertiser party. It does not return revoked or
superseded history; that’s an audit-trail concern covered by the
relationship’s own event history, not this recovery surface.
Request
Parameters
Response
200 OK with every currently-active assertion for the relationship:
{ "assertions": [] } — not an error.
Errors
401 UNAUTHORIZED— missing or invalid API key.404 NOT_FOUND— no account relationship with this id under your storefront.
Related
Assert billing readiness
Confirm a direct-billed buyer is billable
Revoke billing readiness
Withdraw a confirmation that stopped being true