How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Wherobots organization API

The organization API from Wherobots — 25 operation(s) for organization.

Wherobots organization API is one of 34 APIs that Wherobots publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Organization. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 27 operations across 25 paths, and defines 27 schemas. It is described by OpenAPI 3.2.0, at version 0.0.1.

Requests are made against a single base URL, https://api.cloud.wherobots.com.

27 operations 25 paths 27 schemas 3 DELETE9 GET1 PATCH9 POST5 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
0.0.1
Base URL
https://api.cloud.wherobots.com
Authentication
HTTP Bearer, API Key
Resource Areas
1

Authentication & Security 2

Wherobots organization API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (bearerToken). An API key is passed in the header as X-API-Key (wherobotsApiKey).

  • wherobotsApiKey — A Wherobots-generated API key

Paths & Operations 27

Across 25 paths, the API surfaces 27 operations — 3 DELETE, 9 GET, 1 PATCH, 9 POST, 5 PUT. Each is listed below with its method, path, parameters, and response codes.

organization 27
GET
/organization/quota/organization
List organization quotas
listQuotas → 200400401403404409422500
POST
/organization/coupon/redeem
Redeem an organization coupon
redeemCoupon body → 200400401403404409422500
GET
/organization/{organization_id}/users/invitations
Get pending organization invitations
getOrganizationInvitations 1 param → 200400401403404409422500
GET
/organization
Get current user's organization
getMyOrganization → 200400401403404409422500
DELETE
/organization
Delete the current organization
deleteMyOrganization → 200400401403404409422500
PATCH
/organization
Update current organization settings
updateMyOrganization body → 200400401403404409422500
POST
/organization/organization/invite
Invite users to the organization
inviteUsers body → 200400401403404409422500
DELETE
/organization/organization/invite/{email}
Cancel a pending invitation
cancelInvitation 1 param → 200400401403404409422500
POST
/organization/register
Register a new organization
organizationRegister 1 param body → 200400401403404409422500
POST
/organization/undelete
Restore a deleted organization
undeleteMyOrganization → 200400401403404409422500
POST
/organization/{organization_id}/register
Register a new user in an organization
userRegister 1 param → 200400401403404409422500
GET
/organization/{organization_id}/quotas
List quotas for an organization
listOrganizationQuotas 1 param → 200400401403404409422500
POST
/organization/{organization_id}/union-bootstrap
Bootstrap Union tenant for an org
unionBootstrap 2 params → 200400401403404409422500
GET
/organization/users/export
Export organization users as CSV
exportOrganizationUsers 1 param → 200400401403404409422500
PUT
/organization/users/{customer_id}/role
Change a user's role
switchCustomerRole 2 params → 200400401403404409422500
DELETE
/organization/users/{user_email}
Remove a user from the organization
deleteCustomer 1 param → 200400401403404409422500
POST
/organization/refresh-catalogs
Refresh current org catalogs
refreshCatalogs → 200400401403404409422500
GET
/organization/apikeys
List all API keys in the organization
getOrganizationApiKeys → 200400401403404409422500
PUT
/organization/default-environment-preset
Set default environment preset
setDefaultEnvironmentPreset 1 param → 200400401403404409422500
PUT
/organization/default-environment-override-preset
Set default environment override preset
setDefaultEnvironmentOverridePreset 1 param → 200400401403404409422500
PUT
/organization/default-region
Set the default compute region
setDefaultRegion 1 param → 200400401403404409422500
PUT
/organization/default-runtime
Set the default compute runtime
setDefaultRuntime 1 param → 200400401403404409422500
GET
/organization/by-name/{name}
Search organizations by name
getOrganizationsByName 1 param → 200400401403404409422500
GET
/organization/by-id/{org_id}
Get an organization by ID
getOrganization 1 param → 200400401403404409422500
GET
/organization/all
List all organizations for current user
getAllOrganizationsForUser → 200400401403404409422500
POST
/organization/create
Create a new organization
createOrganization body → 200400401403404409422500
POST
/organization/ensure-currentuser-humanprincipal
Ensure current user has a human principal
ensureCurrentUserHumanPrincipal body → 200400401403404409422500

Schemas 27

The contract defines 27 schemas that model the data the API accepts and returns. The most detailed are Organization (25 properties), ApiKey (12 properties), OrgListingEntry (8 properties), HumanPrincipal (8 properties). Each schema is shown below with its type and property counts.

ErrorInfo
object
7 properties 4 required
EnsureHumanPrincipalInput
object
1 property 1 required
Plan
string
ApiKey
object
12 properties 11 required
ErrorBody
object
2 properties 2 required
Role-Output
object
6 properties 6 required
FileStore
object
4 properties 4 required
OrganizationUpdateInput
object
2 properties
OrgListingEntry
object
8 properties 6 required
Policy
object
7 properties 4 required
Body_redeemCoupon
object
2 properties 1 required
Invitation
object
5 properties 4 required
OrganizationState
string
QuotaType
string
Effect
string
ErrorClass
string
WherobotsCloudFeature
string
Provider
string
StorageIntegrationDetails
object
7 properties 6 required
RuntimeId
string
OrganizationCreateInput
object
1 property 1 required
SamlSsoStatus
string
HumanPrincipal
object
8 properties 7 required
Coupon
object
3 properties 3 required
Organization
object
25 properties 15 required
OrganizationRegisterInput
object
1 property 1 required
OrganizationCustomer
object
6 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wherobots-organization-api-openapi.yml Raw ↑

Other APIs Wherobots publishes across the network.

Wherobots apikey API
Wherobots audit-log API
Wherobots catalogs API
Wherobots cloud-connections API
Wherobots coupon API
Wherobots environment-override--preset API
Wherobots environment-preset API
Wherobots files API
Wherobots Flags API
Wherobots foreign-catalog API
Wherobots Health API
Wherobots Is Super User API
Where this information came from

This is an independent, third-party profile of Wherobots organization API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.