v6
latestOpenAPI 3.1.02026-07-311856741.1 MBcustomer_portal
seats
public
List Seats
Scopes: customer_portal:read customer_portal:write
get/v1/customer-portal/seats
Query parameters
subscription_idstring uuid4 nullable
Subscription ID
Subscription ID
order_idstring uuid4 nullable
Order ID
Order ID
Response
Successful Response
Example response
{
"seats": [
{
"member": {
"email": "member@example.com",
"name": "Jane Doe",
"external_id": "usr_1337"
}
}
]
}