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

Revvo Api-keys API

Api key management (requires admin access)

Revvo Api-keys API is one of 7 APIs that Revvo publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 3 operations across 2 paths, and defines 2 schemas. It is described by OpenAPI 3.0.1, at version 0.0.

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

3 operations 2 paths 2 schemas 1 DELETE1 GET1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
0.0
Base URL
https://api.revvo.ai/v0
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Revvo Api-keys API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth).

Paths & Operations 3

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

Api-keys 3

Api key management (requires admin access)

GET
/api-keys/fleet/{fleetId}
Get details of existing API keys
getApiKeys 1 param → 200401
PUT
/api-keys/fleet/{fleetId}
Creates a new API key
addApiKey 1 param → 200
DELETE
/api-keys/fleet/{fleetId}/key-id/{keyId}
Delete an existing API key
deleteApiKey 2 params → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are ApiKeyData (3 properties), GetApiKey200Response (1 property). Each schema is shown below with its type and property counts.

GetApiKey200Response
object
1 property 1 required
ApiKeyData
object
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

revvo-api-keys-api-openapi.yml Raw ↑

Other APIs Revvo publishes across the network.

Revvo Auth API
Revvo Device API
Revvo Event API
Revvo Fleet API
Revvo Tire Operation API
Revvo Vehicle API