1password.com

1Password Events API Specification.

🔑 bearer 3 endpoints security
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (4 total)

onepassword-sdk-python ✓ Official
pip install onepassword-sdk-python
connect-sdk-python ✓ Official
pip install connect-sdk-python
connect-sdk-js ✓ Official
npm install connect-sdk-js
connect-sdk-go ✓ Official
go get github.com/1Password/connect-sdk-go
curl examples
Performs introspection of the provided Bearer JWT token
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://events.1password.com/api/auth/introspect
Endpoints (3 total)
GET
/api/auth/introspect
Performs introspection of the provided Bearer JWT token
POST
/api/v1/itemusages
Retrieves item usages
POST
/api/v1/signinattempts
Retrieves sign-in attempts
Language coverage
Python
2
TypeScript
1
Go
1
At a glance
Total SDKs4
Languages3
Endpoints3
Authbearer
Categories1
https://events.1password.com
Other 1Password APIs (1)
connect