Storeganise

Learn how to use Storeganise with Composio

Overview

Enum

STOREGANISE

Description

Storeganise provides modern, cloud-based management software for valet and self-storage businesses, offering features like contactless online bookings, automated billing, and comprehensive APIs for integrations.

Authentication Details

subdomain
stringRequired
api_key
stringRequired

Actions

Tool to retrieve a specific site by id or code. use when you have the site identifier and need full site details, optionally including related resources like units.

Action Parameters

include
array
site_id_or_code
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a specific admin user by id or email. use when you need detailed information of a single admin user.

Action Parameters

include
array
user_id_or_email
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to fetch multiple admin users by their ids. use when you need to retrieve details for a specific set of admin accounts in bulk after verifying their ids.

Action Parameters

ids
arrayRequired

Action Response

data
object
error
string
successful
boolean