DEL Delete organization store
https://api.applivery.io/v1/organizations/:organizationId/stores/:storeId Deletes a store from the organization and removes its configuration.
GET Retrieve store by ID
https://api.applivery.io/v1/organizations/:organizationId/stores/:storeId Retrieves details of a specific store using its unique identifier.
GET List organization stores
https://api.applivery.io/v1/organizations/:organizationId/stores Retrieves a paginated list of stores belonging to the organization.
GET Run store test operation
https://api.applivery.io/v1/organizations/:organizationId/stores/test Executes a test operation for the store and returns the result.
PUT Update organization store
https://api.applivery.io/v1/organizations/:organizationId/stores/:storeId Updates the properties and configuration of an existing store.
No endpoints match