Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Rapidata Organization API

The Organization API from Rapidata — 8 operation(s) for organization.

Rapidata Organization API is one of 55 APIs that Rapidata 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 authentication docs.

This API exposes 9 operations across 8 paths, and defines 16 schemas. It is described by OpenAPI 3.0.4, at version v1.

Requests are made against a single base URL, https://api.rapidata.ai/.

9 operations 8 paths 16 schemas 1 DELETE4 GET3 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.4
API Version
v1
Base URL
https://api.rapidata.ai/
Authentication
OpenID Connect
Resource Areas
1

Authentication & Security 1

Rapidata Organization API declares 1 security scheme for authenticating requests. It supports OpenID Connect (OpenIdConnect) discovered at https://auth.rapidata.ai/.well-known/openid-configuration.

  • OpenIdConnect — OpenID Connect connection flow

Paths & Operations 9

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

Organization 9
POST
/organizations/accept-invitation
Accepts the invitation identified by the token.
body → 200400401403
POST
/organizations
Creates an organization and makes the calling customer its owner.
body → 200400401403
GET
/organizations
Returns a paged list of organizations.
7 params → 200400401403
GET
/organizations/mine
Returns the organization resolved from the calling customer's email domain.
→ 200400401403
GET
/organizations/{organizationId}
Returns the organization with the given id.
1 param → 200400401403
POST
/organizations/{organizationId}/invitations
Creates an invitation to join the organization.
1 param body → 200400401403
GET
/organizations/{organizationId}/members
Returns the members of the given organization.
1 param → 200400401403
DELETE
/organizations/{organizationId}/members/{customerId}
Removes the given customer's membership from the organization.
2 params → 204400401403
PUT
/organizations/{owner}/support-slack-channel
Sets the support Slack channel URL for the organization owned by the given customer.
1 param body → 204400401403

Schemas 16

The contract defines 16 schemas that model the data the API accepts and returns. The most detailed are ValidationProblemDetails (6 properties), QueryOrganizationsEndpoint_PagedResultOfOutput (5 properties), GetOrganizationEndpoint_Output (5 properties), ListOrgMembersEndpoint_Output_Member (4 properties). Each schema is shown below with its type and property counts.

InviteOrgMemberEndpoint_Input
object
2 properties 2 required
CreateOrganizationEndpoint_Output
object
1 property 1 required
OrgRole
MembershipStatus
InviteOrgMemberEndpoint_Output
object
3 properties 3 required
AcceptOrgInvitationEndpoint_Output
object
2 properties 2 required
ValidationProblemDetails
object
6 properties
QueryOrganizationsEndpoint_PagedResultOfOutput
object
5 properties 4 required
SetOrganizationSupportSlackChannelEndpoint_Input
object
1 property
CreateOrganizationEndpoint_Input
object
3 properties 2 required
AcceptOrgInvitationEndpoint_Input
object
1 property 1 required
QueryOrganizationsEndpoint_Output
object
3 properties 3 required
GetMyOrganizationEndpoint_Output
object
2 properties 2 required
ListOrgMembersEndpoint_Output_Member
object
4 properties 4 required
GetOrganizationEndpoint_Output
object
5 properties 5 required
ListOrgMembersEndpoint_Output
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

rapidata-organization-api-openapi.yml Raw ↑

Other APIs Rapidata publishes across the network.

Rapidata Asset API
Rapidata Audience API
Rapidata BatchUpload API
Rapidata Benchmark API
Rapidata Billing API
Rapidata BillingAccount API
Rapidata Cache API
Rapidata Campaign API
Rapidata Client API
Rapidata ContextShortening API
Rapidata Customer API
Rapidata CustomerRapid API