Organizations
Create a new organization
Create a new organization within the store by providing required fields such as email and organization_name in the request body. The request should include the x-store-id header for association with the store.
-
Request Body:
email: Email address of the organization.organization_name: Name of the organization.billing_email(optional): Billing email for the organization.
-
Responses:
201: Organization created successfully.400: Bad request if required fields are missing.401: Unauthorized ifx-store-idis not provided.
POST
Create a new organization
Previous
List payoutsRetrieve a list of payouts for the store's connected Blink account. The `x-store-id` header is used to verify store association and ensure a connected Blink account exists.
- **Query Parameters:**
- `limit` (integer, optional): Number of payouts to return.
- **Responses:**
- `200`: Payouts retrieved successfully.
- `400`: Store has no connected Blink account.
- `401`: Unauthorized if `x-store-id` is not provided.
Next
Create a new organization