Organizations
Retrieve organization details
Fetch detailed information about a specific organization using its ID. The request uses the x-store-id header to verify the organization’s association with the store. Returns the organization’s name, billing email, and other metadata.
-
Parameters:
id(string, path, required): The ID of the organization.
-
Responses:
200: Organization details retrieved successfully.401: Unauthorized ifx-store-idis not provided.404: Organization not found.
GET
Retrieve organization details
Previous
Delete an organizationDelete an organization by its ID. Ensure the organization belongs to the store by checking the `x-store-id` header.
- **Parameters:**
- `id` (string, path, required): The ID of the organization.
- **Responses:**
- `204`: Organization deleted successfully. No content returned.
- `401`: Unauthorized if `x-store-id` is not provided.
Next
Retrieve organization details