GET /api/v2/buyer/storefronts/credentials
Lists all credentials the buyer has registered, each scoped to the storefront sources it gives access to. Use it to build a single “connected sources” view without paging through each storefront.
Request
curl
Parameters
None.Response
| Field | Type | Notes |
|---|---|---|
id | string | Credential record ID |
accountIdentifier | string | The buyer’s account identifier at the source |
accountType | string | Account type (e.g. CLIENT, MARKETPLACE) |
status | string | Credential status (e.g. ACTIVE) |
registeredBy | string | null | Who registered the credential; null on legacy rows |
createdAt / updatedAt | string | ISO 8601 timestamps |
sources | array | (storefrontId, sourceId) pairs this credential covers. May be empty for orphaned credentials whose source is no longer linked |
sources[].storefrontId | integer | Storefront the credential covers |
sources[].sourceId | string | Inventory source within the storefront |
sources[].storefrontName / sourceName | string | Display names |
Errors
401 UNAUTHORIZED— missing or invalid bearer token.
Related
Storefront tasks
All storefront operations
Register source credentials
Connect a source
Get storefront
Sources + connection state