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

Blng Workspace API

The Workspace API from Blng — 15 operation(s) for workspace.

Blng Workspace API is one of 14 APIs that Blng publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 19 operations across 15 paths, and defines 15 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against a single base URL, https://users.blng.ai.

19 operations 15 paths 15 schemas 2 DELETE9 GET4 POST4 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://journeys.blng.ai/v2
Authentication
OAuth 2.0, HTTP Bearer
Resource Areas
1

Authentication & Security 2

Blng Workspace API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (cognitoUserAuth) using the implicit flow, exposing 4 scopes. It accepts HTTP bearer tokens (JWT Access Token) (machineBearerToken).

  • cognitoUserAuth — Cognito authorization code flow for users
  • machineBearerToken — Cognito authorization code flow for billing token, request token with command like curl -X POST https://auth.app.blng.ai/oauth2/token -H "Content-Type: applica…

Paths & Operations 19

Across 15 paths, the API surfaces 19 operations — 2 DELETE, 9 GET, 4 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.

Workspace 19
GET
/users/{userId}/memberships
List workspace memberships for user (multi-tenancy; returns [] when feature off)
1 param → 200500
GET
/users/{userId}/workspaces
List workspaces for user (summaries for switcher; returns [] when feature off)
1 param → 200500
POST
/users/{userId}/workspaces
Create a team, enterprise, or enterprise-team workspace (creator becomes owner)
1 param body → 201400403404500
GET
/users/{userId}/workspaces/{workspaceId}
Get a single workspace (for user) by workspaceId
2 params → 200400404500
PUT
/users/{userId}/workspaces/{workspaceId}
Update editable workspace fields (currently name only)
2 params body → 200400403404500
GET
/users/{userId}/workspaces/{workspaceId}/members
List members for a workspace visible to the requesting user (paginated)
4 params → 200400404500
GET
/users/{userId}/workspaces/{workspaceId}/invitations
List pending workspace invitations (owner/admin)
2 params → 200403404500
POST
/users/{userId}/workspaces/{workspaceId}/invitations
Invite a member by email (team, enterprise, enterprise-team only; owner/admin; SES when configured)
2 params body → 201400403404409500
DELETE
/users/{userId}/workspaces/{workspaceId}/invitations/{invitationId}
Revoke a pending workspace invitation (owner/admin)
3 params → 204400403404409500
POST
/users/{userId}/workspaces/{workspaceId}/invitations/{invitationId}/resend
Resend workspace invite email (team/ent workspaces only; owner/admin; SES)
3 params → 200400403404429500
GET
/users/{userId}/workspace-invitations/inbox
List pending workspace invitations for the signed-in user's email (accept from settings without opening the email link)
1 param → 200403404500
GET
/users/{userId}/workspace-invitations/{invitationId}/email-match
Check whether the signed-in user's email matches a pending workspace invitation; when true, returns workspace display name (public GET does not expose the name)
2 params → 200400403404500
POST
/users/{userId}/workspace-invitations/{invitationId}/accept
Accept a workspace invitation (authenticated; email must match; target must be team/ent workspace)
2 params → 201400403404409503500
GET
/workspace-invitations/{invitationId}
Public invitation metadata for the invite landing page (no auth; workspace name omitted)
1 param → 200400403404500
PUT
/users/{userId}/workspaces/{workspaceId}/members/{memberUserId}
Update a member role (owner/admin; owner-only rules for OWNER role)
3 params body → 200400403404409500
DELETE
/users/{userId}/workspaces/{workspaceId}/members/{memberUserId}
Remove a workspace member (owner/admin; owner-only removal of owners)
3 params → 204400403404409500
GET
/users/{userId}/workspaces/{workspaceId}/integrity
Workspace integrity summary (owner/admin; reporting only)
2 params → 200400403404500
PUT
/users/{userId}/workspaces/{workspaceId}/sso-config
Rotate the workspace's enterprise SAML config (owner/admin; self-service)
2 params body → 200400403404500
PUT
/users/{userId}/active-workspace
Set active workspace (403 when multi-tenancy disabled for stage)
1 param body → 200400403404500

Schemas 15

The contract defines 15 schemas that model the data the API accepts and returns. The most detailed are User (17 properties), UserWorkspaceSwitcherItem (10 properties), WorkspaceMembership (9 properties), WorkspaceInvitationCreated (9 properties). Each schema is shown below with its type and property counts.

WorkspacePendingInvitationAdmin
object
8 properties 8 required
WorkspaceMembersList
object
Paginated list from GET .../workspaces/{workspaceId}/members
2 properties 1 required
CreateWorkspaceRequest
object
3 properties 2 required
ErrorResponse
object
1 property
UpdateWorkspaceRequest
object
1 property 1 required
WorkspaceMembership
object
Membership row (PK userId, SK workspaceId). Returned by GET /users/{userId}/memberships.
9 properties 5 required
WorkspaceIntegrityReport
object
5 properties 4 required
UserWorkspaceSwitcherItem
object
Per-membership workspace summary for the UI switcher. Returned by GET /users/{userId}/workspaces. Hydrated fields (name, type, etc.) may be omitted if the work…
10 properties 2 required
WorkspaceInvitationCreated
object
9 properties 7 required
WorkspaceInvitationPublic
object
6 properties 6 required
CreateWorkspaceInvitationRequest
object
2 properties 2 required
User
object
17 properties
UpdateMembershipRoleRequest
object
1 property 1 required
MarketingConsentReceipt
object
Marketing opt-in receipt (GDPR consent provenance). Present only for users who made an explicit choice; optIn records that choice either way. Synced to HubSpot…
4 properties 4 required
SetActiveWorkspaceRequest
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

blng-workspace-api-openapi.yml Raw ↑

Other APIs Blng publishes across the network.

BLNG User API
BLNG Billing API
Blng Chat Prompts API
Blng Composite API
Blng Design Journey API
Blng Invitation API
Blng Journeys API
Blng Organization API
Blng Prompts API
Blng Subscription API
Blng User Subscription API
Blng User Tooltip API
Where this information came from

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