mirror of
https://github.com/pocket-id/website.git
synced 2026-02-16 14:27:17 -08:00
987 B
987 B
title, description
| title | description |
|---|---|
| API Reference | Complete reference for all Pocket ID API endpoints |
Generating a API Key
- Navigate to https://id.example.com/settings/admin/api-keys
- Click
Add API Key - Enter a
Namefor the new API Key - Select a
Expires AtDate for when this API Key should be valid until. - Enter a
Descriptionfor the new API Key - Click
Generate API Key
Important
Make sure you copy the API Key from the Dialog window it will not be shown again!
Custom Dashboards
If you are wanting to use Pocket ID's API to build custom dashboards, or portals. See pocket-id/pocket-id-portal for a example to get you started.
Endpoints
Important
All endpoints should have the
X-API-KEYheader with the content being the API Key when sending a request.