Menu

Samenvatting van de 1Password API

Lees secrets uit 1Password-kluizen via de Connect API, stream audit-events en sign-in-pogingen naar je SIEM via de Events API en beheer users programmatisch via de Users API. SCIM Bridge regelt provisioning vanuit je IdP.

Uitgebreid overzicht van de API van 1Password →

Samenvatting van de GitHub API

Koppel repositories, pull requests, issues, branches, releases en Actions-workflows aan je CI/CD-pipeline, ticketing-systeem of dashboards. De REST API dekt 1.184 endpoints af; webhooks pushen events realtime, en GitHub Apps regelen fijnmazige permissies per installatie.

Uitgebreid overzicht van de API van GitHub →
Compatibiliteit tussen 1Password en GitHub
Dataobject 1Password GitHub Integratie
Gebruiker 10
methods
47
methods
Beide kanten
Activiteit 1
methods
41
methods
Beide kanten
Repository 0
methods
226
methods
Alleen GitHub
Workflow 0
methods
193
methods
Alleen GitHub
Organisatie 0
methods
108
methods
Alleen GitHub
Security-alert 0
methods
101
methods
Alleen GitHub
Copilot 0
methods
94
methods
Alleen GitHub
Issue 0
methods
55
methods
Alleen GitHub
Team 0
methods
49
methods
Alleen GitHub
Codespace 0
methods
48
methods
Alleen GitHub
App 0
methods
46
methods
Alleen GitHub
Project 0
methods
32
methods
Alleen GitHub
Package 0
methods
27
methods
Alleen GitHub
Pull request 0
methods
27
methods
Alleen GitHub
Migratie 0
methods
22
methods
Alleen GitHub
Gist 0
methods
20
methods
Alleen GitHub
Metadata 0
methods
16
methods
Alleen GitHub
Reactie 0
methods
15
methods
Alleen GitHub
Billing 0
methods
10
methods
Alleen GitHub
Zoekopdracht 0
methods
7
methods
Alleen GitHub
Item 6
methods
0
methods
Alleen 1Password
Groep 6
methods
0
methods
Alleen 1Password
Partner-account 4
methods
0
methods
Alleen 1Password
Bestand 3
methods
0
methods
Alleen 1Password
Health 3
methods
0
methods
Alleen 1Password
Vault 2
methods
0
methods
Alleen 1Password

Laatste ontwikkelingen bij de 1Password API

1Password introduceerde in 2020 de Connect Server voor secrets-automation, gevolgd door de Events API voor audit-logs in 2021. In 2024 volgde de publieke Users API en in 2025 OAuth 2.0-autorisatie voor partner-integraties.

Laatste ontwikkelingen bij de GitHub API

GitHub startte in 2008 met een v1-API, verving die in 2012 door v3 en lanceerde in 2017 een GraphQL API. GitHub Actions kwam in 2019, Codespaces in 2021. Sinds 2022 wordt de REST API gepubliceerd als OpenAPI 3 en geversioneerd via een datum-header.

API Quick Facts — 1Password REST
  • Authenticatie Bearer Token, OAuth2
  • Webhooks Niet beschikbaar
  • Sandbox Beschikbaar
  • Response format JSON
  • SDK's Python, Node.js, Java, .NET
API Quick Facts — GitHub REST, GraphQL
  • Authenticatie OAuth2, Bearer Token, API Key
  • Webhooks Beschikbaar
  • Sandbox Niet beschikbaar
  • Response format JSON
  • SDK's PHP, Python, Node.js, Java, .NET, Ruby