Sinao
Connector for the sinao API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.sinao.app/v1 - Auth:
basic(pass your key via theapiKeyinput)
Operations
app_list— GET /apps — List appsapp_policies_registration_get— GET /apps/access/invite/{accessToken} — Get invitation informationsapp_get— GET /apps/{appId} — Get an appapp_policies_list— GET /apps/{appId}/access — Get policies for an appapp_policies_invitations_list— GET /apps/{appId}/access/invite — List invitationsapp_policies_profiles_list— GET /apps/{appId}/access/profiles — Get profiles
Inputs
apiKey— your sinao API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: app_list
apiKey: <your key>