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

Unisson organizations API

The organizations API from Unisson — 25 operation(s) for organizations.

Unisson organizations API is one of 45 APIs that Unisson 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.

This API exposes 30 operations across 25 paths, and defines 35 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against the base URL https://api.unisson.ai.

30 operations 25 paths 35 schemas 2 DELETE6 GET16 PATCH4 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.unisson.ai
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Unisson organizations API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (HTTPBearer).

Paths & Operations 30

Across 25 paths, the API surfaces 30 operations — 2 DELETE, 6 GET, 16 PATCH, 4 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

organizations 30
GET
/api/v1/organizations/me
Get My Organization
get_my_organization_api_v1_organizations_me_get → 200
GET
/api/v1/organizations/me/members
List Organization Members
list_organization_members_api_v1_organizations_me_members_get → 200
GET
/api/v1/organizations/me/access-control
Get Access Control
get_access_control_api_v1_organizations_me_access_control_get → 200
PUT
/api/v1/organizations/me/access-control/defaults
Update Member Permission Defaults
update_member_permission_defaults_api_v1_organizations_me_access_control_defaults_put body → 200422
PUT
/api/v1/organizations/me/access-control/members/{user_id}
Update Member Permission Overrides
update_member_permission_overrides_api_v1_organizations_me_access_control_members__user_id__put 1 param body → 200422
DELETE
/api/v1/organizations/me/access-control/members/{user_id}
Reset Member Permission Overrides
reset_member_permission_overrides_api_v1_organizations_me_access_control_members__user_id__delete 1 param → 200422
PATCH
/api/v1/organizations/me/browser-context-settings
Update Browser Context Settings
update_browser_context_settings_api_v1_organizations_me_browser_context_settings_patch body → 200422
PATCH
/api/v1/organizations/me/default-start-url
Update Default Start Url
update_default_start_url_api_v1_organizations_me_default_start_url_patch body → 200422
PATCH
/api/v1/organizations/me/allowed-domains
Update Allowed Domains
update_allowed_domains_api_v1_organizations_me_allowed_domains_patch body → 200422
PATCH
/api/v1/organizations/me/slack-notification-level
Update Slack Notification Level
update_slack_notification_level_api_v1_organizations_me_slack_notification_level_patch body → 200422
PATCH
/api/v1/organizations/me/proxy
Update Proxy Settings
update_proxy_settings_api_v1_organizations_me_proxy_patch body → 200422
PATCH
/api/v1/organizations/me/residential-proxy
Update Residential Proxy
update_residential_proxy_api_v1_organizations_me_residential_proxy_patch body → 200422
PATCH
/api/v1/organizations/me/residential-proxy-geolocation
Update Residential Proxy Geolocation
update_residential_proxy_geolocation_api_v1_organizations_me_residential_proxy_geolocation_patch body → 200422
PATCH
/api/v1/organizations/me/language
Update Language
update_language_api_v1_organizations_me_language_patch body → 200422
PATCH
/api/v1/organizations/me/flash-mode
Update Flash Mode
update_flash_mode_api_v1_organizations_me_flash_mode_patch body → 200422
PATCH
/api/v1/organizations/me/raw-liveview-auth
Update Raw Liveview Auth Enabled
update_raw_liveview_auth_enabled_api_v1_organizations_me_raw_liveview_auth_patch body → 200422
PATCH
/api/v1/organizations/me/network-recording
Update Network Recording Enabled
update_network_recording_enabled_api_v1_organizations_me_network_recording_patch body → 200422
PATCH
/api/v1/organizations/me/auto-create-api
Update Auto Generate Api
update_auto_generate_api_api_v1_organizations_me_auto_create_api_patch body → 200422
PATCH
/api/v1/organizations/me/require-action-confirmation
Update Require Action Confirmation
update_require_action_confirmation_api_v1_organizations_me_require_action_confirmation_patch body → 200422
GET
/api/v1/organizations/me/execution-settings
Get Execution Settings
get_execution_settings_api_v1_organizations_me_execution_settings_get → 200
PATCH
/api/v1/organizations/me/execution-settings
Update Execution Settings
update_execution_settings_api_v1_organizations_me_execution_settings_patch body → 200422
POST
/api/v1/organizations/proxy/test
Test Proxy Connection
test_proxy_connection_api_v1_organizations_proxy_test_post body → 200422
POST
/api/v1/organizations/me/api-keys
Create Api Key
create_api_key_api_v1_organizations_me_api_keys_post body → 200422
GET
/api/v1/organizations/me/api-keys
List Api Keys
list_api_keys_api_v1_organizations_me_api_keys_get 1 param → 200422
GET
/api/v1/organizations/me/api-keys/{key_id}
Get Api Key
get_api_key_api_v1_organizations_me_api_keys__key_id__get 1 param → 200422
PATCH
/api/v1/organizations/me/api-keys/{key_id}
Update Api Key
update_api_key_api_v1_organizations_me_api_keys__key_id__patch 1 param body → 200422
DELETE
/api/v1/organizations/me/api-keys/{key_id}
Revoke Api Key
revoke_api_key_api_v1_organizations_me_api_keys__key_id__delete 1 param → 200422
POST
/api/v1/organizations/me/api-keys/{key_id}/generate-identity-secret
Generate Identity Secret
generate_identity_secret_api_v1_organizations_me_api_keys__key_id__generate_identity_secret_post 1 param → 200422
PATCH
/api/v1/organizations/me/load-google-docs-in-context
Update Load Google Docs In Context
update_load_google_docs_in_context_api_v1_organizations_me_load_google_docs_in_context_patch body → 200422
POST
/api/v1/organizations/me/members/invite
Invite Organization Members
invite_organization_members_api_v1_organizations_me_members_invite_post body → 200422

Schemas 35

The contract defines 35 schemas that model the data the API accepts and returns. The most detailed are OrganizationResponse (24 properties), ApiKeyCreateResponse (17 properties), ApiKeyResponse (15 properties), ApiKeyCreateRequest (7 properties). Each schema is shown below with its type and property counts.

UpdateBrowserContextSettingsRequest
object
1 property 1 required
UpdateAutoCreateApiRequest
object
1 property 1 required
ExecutionSettingsResponse
object
Response model for run-execution settings.
2 properties 2 required
ValidationError
object
5 properties 3 required
UpdateAllowedDomainsRequest
object
1 property 1 required
UpdateMemberOverridesRequest
object
1 property 1 required
ApiKeyResponse
object
Response for an API key (without the full key).
15 properties 6 required
UpdateLanguageRequest
object
1 property 1 required
UpdateRawLiveviewAuthRequest
object
1 property 1 required
HTTPValidationError
object
1 property
TestProxyResponse
object
3 properties 2 required
UpdateDefaultStartUrlRequest
object
1 property 1 required
MemberInviteResponse
object
1 property 1 required
OrganizationResponse
object
24 properties 3 required
PermissionDefinitionResponse
object
4 properties 4 required
UpdateResidentialProxyGeolocationRequest
object
1 property 1 required
IdentitySecretResponse
object
Response when generating an identity verification secret.
1 property 1 required
MemberAccessResponse
object
6 properties 6 required
ApiKeyCreateResponse
object
Response when creating an API key (includes the full key once).
17 properties 7 required
UpdateSlackNotificationLevelRequest
object
1 property 1 required
UpdateLoadGoogleDocsInContextRequest
object
1 property 1 required
UpdateProxySettingsRequest
object
4 properties 1 required
ApiKeyCreateRequest
object
Request to create an API key.
7 properties 1 required
UpdateRequireActionConfirmationRequest
object
1 property 1 required
MemberInviteResult
object
3 properties 2 required
UpdateResidentialProxyRequest
object
1 property 1 required
ApiKeyUpdateRequest
object
Request to update an API key.
6 properties
UpdateFlashModeRequest
object
1 property 1 required
UpdateNetworkRecordingEnabledRequest
object
1 property 1 required
AccessControlResponse
object
3 properties 3 required
UpdateMemberDefaultsRequest
object
1 property 1 required
TestProxyRequest
object
3 properties 1 required
MemberInviteRequest
object
2 properties 1 required
ApiKeyListResponse
object
Response for listing API keys.
2 properties 2 required
UpdateExecutionSettingsRequest
object
Request model for updating run-execution settings.
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

unisson-organizations-api-openapi.yml Raw ↑

Other APIs Unisson publishes across the network.

Unisson agent-evals API
Unisson agent-integrations API
Unisson agent-triggers API
Unisson agents API
Unisson analytics API
Unisson apis API
Unisson appdb API
Unisson apps API
Unisson auth API
Unisson browser-contexts API
Unisson chat API
Unisson code-map API
Where this information came from

This is an independent, third-party profile of Unisson organizations 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.