P
pumaDB REST API
Details
- URL
-
https://api.pumadb.ai - Docs
- https://api.pumadb.ai/docs
Authentication
Authorization: Bearer <credential> Request a magic link by POSTing your email to REST API docs / https://api.pumadb.ai/auth/magic-link, then open the emailed link or POST its token to https://api.pumadb.ai/auth/verify to receive an initial puma_live_* key. Store that key server-side, then create a named per-app key with POST https://api.pumadb.ai/v1/_keys as shown in the install guide or how-to-use guide. Send REST auth as Authorization: Bearer $PUMADB_API_KEY.