GET /api/v2/storefront/sponsored-buyers
Returns the sponsored buyers your organization owns — the advertisers that joined through your join links — with each buyer’s status, posture, and resolved name.
Request
Parameters
None. The result is scoped to your seller customer context.Response
200 OK with a SponsoredBuyerList:
Response fields
| Field | Type | Notes |
|---|---|---|
buyerCustomerId | integer | The buyer’s customer id. Use it in the approve / suspend / reactivate paths. |
buyerName | string | null | Buyer’s company/display name from the core customer record; null if not resolvable. |
storefrontId | integer | The storefront the buyer is scoped to. |
status | enum | pending, active, or suspended. See the status lifecycle. |
posture | enum | prepay or credit. |
createdAt | string | ISO-8601 timestamp of when the buyer joined. |
Errors
401 UNAUTHORIZED— missing or invalid API key.403 CUSTOMER_ROLE_DENIED— the API key is not a seller account; only sellers manage sponsored buyers.
Related
Sponsored-buyer tasks
All operations
Approve sponsored buyer
Admit a pending buyer
Suspend sponsored buyer
Pause an active buyer
Errors
Shared error contract