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 Client API

The Client API from Rapidata — 4 operation(s) for client.

Rapidata Client API is one of 55 APIs that Rapidata publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Client. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

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

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

5 operations 4 paths 9 schemas 1 DELETE2 GET2 POST

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 Client 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 5

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

Client 5
POST
/client
Creates a new client for the current customer.
body → 200400401403
DELETE
/client/{clientId}
Deletes a client.
1 param → 204400401403
GET
/client/{clientId}
Gets the details of a specific client.
Identity.GetClient 1 param → 200400401403
GET
/clients
Queries clients for the current customer.
7 params → 200400401403
POST
/client/register
Registers a new client using the OpenID Connect Dynamic Client Registration protocol.
body → 200

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are JsonWebKey (24 properties), ClientModel (16 properties), DynamicClientRegistrationRequest (13 properties), ValidationProblemDetails (6 properties). Each schema is shown below with its type and property counts.

JsonWebKeySet
object
1 property
DynamicClientRegistrationRequest
object
The request body for dynamic client registration.
13 properties
QueryClientsEndpoint_PagedResultOfOutput
object
5 properties 4 required
CreateClientEndpoint_Output
object
2 properties 2 required
ClientModel
object
The response containing the id and secret of a dynamically registered client. Additionally, it contains all registered metadata for the client.
16 properties 16 required
ValidationProblemDetails
object
6 properties
CreateClientEndpoint_Input
object
1 property
QueryClientsEndpoint_Output
object
3 properties 3 required
JsonWebKey
object
24 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

rapidata-client-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 ContextShortening API
Rapidata Customer API
Rapidata CustomerRapid API
Rapidata Datapoints API