Skip to content
Guides
Payments & FinanceSellers
member:read

List seller invitations

Lists a seller's invitations, optionally filtered by status.

GET/v1/sellers/{sellerId}/invitations

Lists a seller's invitations, optionally filtered by status.

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Path Parameters

sellerId*string

Identifier of the seller.

Query Parameters

status?array<>

Only items in these statuses.

Header Parameters

x-Store-Id?string

Store the request acts on. Not needed when the token is bound to a store.

Authorization*string

OAuth 2.0 bearer token.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/sellers/7204558912004325301/invitations" \  -H "x-Store-Id: <store-id>" \  -H "Authorization: Bearer <token>"
[  {    "id": "7204558912004325301",    "email": "andrea@example.com",    "roleName": "Example resource",    "isExpired": false,    "status": "pending",    "createdOn": "2026-08-01T15:30:00Z",    "storeId": "7204558912004325301",    "storeName": "Example resource"  }]