Cerby API

The public Cerby REST API. Programmatic access to accounts, secrets, collections, users, teams, integrations, jobs, and vaults in a Cerby workspace. Requests are authenticated with a scoped API key sent in the X-API-Key header; responses use a JSON:API-style envelope of data, links, and meta objects with page[number]/page[size] pagination, filter[...] filtering, and sort ordering.

API entry from apis.yml

apis.yml Raw ↑
aid: cerby:cerby-api
name: Cerby API
description: The public Cerby REST API. Programmatic access to accounts, secrets, collections, users,
  teams, integrations, jobs, and vaults in a Cerby workspace. Requests are authenticated with a scoped
  API key sent in the X-API-Key header; responses use a JSON:API-style envelope of data, links, and meta
  objects with page[number]/page[size] pagination, filter[...] filtering, and sort ordering.
humanURL: https://developer.cerby.com/
baseURL: https://my-workspace.cerby.com/api/v1/
tags:
- Identity
- Access Management
- Secrets
- Provisioning
properties:
- type: Documentation
  url: https://developer.cerby.com/
- type: APIReference
  url: https://developer.cerby.com/#api-reference
- type: Authentication
  url: authentication/cerby-authentication.yml
- type: OAuthScopes
  url: scopes/cerby-scopes.yml
- type: Conventions
  url: conventions/cerby-conventions.yml
- type: Idempotency
  url: conventions/cerby-conventions.yml
- type: ErrorCatalog
  url: errors/cerby-problem-types.yml
- type: DataModel
  url: data-model/cerby-data-model.yml