{"@context": "https://schema.org", "@type": "WebAPI", "name": "Sinao API API", "description": "Sinao API for account management, apps administration and network exploration", "provider": {"@type": "Organization", "name": "sinao.app"}, "documentation": "https://api.sinao.app/v1/swagger.yaml"}
Sinao API for account management, apps administration and network exploration
Every row below was read from the vendor's own OpenAPI document. The summary text is theirs. What this registry adds is that each operation is indexed with its method, path, base URL and auth scheme, so a search for a capability can answer with a call rather than a name, and that the endpoint is probed on a schedule.
Specifications as held by the APIs.guru corpus, whose newest record is 2023-04-21. Operations the vendor has added since are not listed here; the origin links above are the vendor's own current documents.
base URLs: https://api.sinao.app/v1 https://api.sinao.dev/v1 https://api.sinao.test/v1
auth: b a s i c ,
find it by capability: POST /search {"query":{"text":"..."}} returns these
operations with their invocation detail. Connect any agent client.
Sinao API for account management, apps administration and network exploration
| method | path | what the vendor says it does |
|---|---|---|
GET | /apps | List apps Get all apps Applications |
POST | /apps | Create an app Create a new `App` with their organization profile hidden |
GET | /apps/access/invite/{accessToken} | Get invitation informations Get infos of an invitation request. Returns an `AccessInvitation` object hidden |
DELETE | /apps/access/invite/{accessToken} | Delete an invitation from token Remove an invitation from token hidden |
POST | /apps/access/invite/{accessToken}/register | Create an User by invitation Registration for an invited user hidden |
GET | /apps/{appId} | Get an app Get app informations Applications |
GET | /apps/{appId}/access | Get policies for an app Get all policies for an app. Manage access for users hidden |
GET | /apps/{appId}/access/invite | List invitations Get all sent invitations hidden |
POST | /apps/{appId}/access/invite | Invite an user Invites a user to access the organization panel hidden |
DELETE | /apps/{appId}/access/invite/{id} | Delete an invitation Remove an invitation hidden |
GET | /apps/{appId}/access/profiles | Get profiles Get all profiles hidden |
GET | /apps/{appId}/access/{userId} | Get police for an user Find policy profile for an user on an app hidden |
POST | /apps/{appId}/access/{userId} | Update police for an user Update police for an user on an app hidden |
DELETE | /apps/{appId}/access/{userId} | Delete police for an user Cancel access for an user on an app hidden |
GET | /apps/{appId}/accountcategories/ | List categories AccountCategories |
POST | /apps/{appId}/accountcategories/ | Create a category AccountCategories |
GET | /apps/{appId}/accountcategories/{id} | Get a category AccountCategories |
POST | /apps/{appId}/accountcategories/{id} | Update a category AccountCategories |
DELETE | /apps/{appId}/accountcategories/{id} | Remove a category AccountCategories |
GET | /apps/{appId}/accounting_entries/ | List accounting entries Entries |
GET | /apps/{appId}/accounts/ | List Account Accounts |
POST | /apps/{appId}/accounts/ | Create a Account Accounts |
POST | /apps/{appId}/accounts/batch | Create many accounts Create many accounts hidden |
GET | /apps/{appId}/accounts/{id} | Get a Account Accounts |
POST | /apps/{appId}/accounts/{id} | Update a Account Accounts |
DELETE | /apps/{appId}/accounts/{id} | Remove a Account Accounts |
GET | /apps/{appId}/apikeys | Get all api keys Applications |
POST | /apps/{appId}/apikeys | Create new API key Applications |
DELETE | /apps/{appId}/apikeys/{id} | Remove an api key Applications |
GET | /apps/{appId}/apipartners | Get all api parners Applications |
GET | /apps/{appId}/attachments | List attachments Get list of attachments Attachments |
POST | /apps/{appId}/attachments | Attach a file on an object Attachments |
PUT | /apps/{appId}/attachments | Recreate S.A.P attestations Attachments |
GET | /apps/{appId}/attachments/download | Download a list of attachments in pdf into a .zip file attachments |
GET | /apps/{appId}/attachments/sap-download | Download a list of SAP attestations in pdf into a .zip file attachments |
GET | /apps/{appId}/attachments/{id} | Get attachment by id Attachments |
DELETE | /apps/{appId}/attachments/{id} | Detach a file from id Attachments |
GET | /apps/{appId}/attachments/{id}/pdf | Download the attachment as pdf attachments |
GET | /apps/{appId}/bankdetails | List BankDetails BankDetails |
POST | /apps/{appId}/bankdetails | Create a BankDetails BankDetails |
and 160 more operation(s) in this specification, all searchable.
specification origin: https://api.sinao.app/v1/swagger.yaml
nothing on this page is a rating, an endorsement or a claim about quality. Reachability is what our probes observed from one network; answering is a floor under usefulness, not a measure of it.