Skip to content

API Overview

The Pocketbook API provides a RESTful interface for creating, managing, and verifying digital certificates.

Base URL

https://api.pocketbook.studio/v1

Authentication

All API requests require authentication using an API key. Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Endpoints

  • Certificates: Create, list, and manage certificates
  • Vouchers: Manage certificate vouchers
  • Bulk Operations: Process multiple certificates at once
  • Webhooks: Configure webhook endpoints

Rate Limits

API requests are rate-limited to ensure fair usage. Check response headers for rate limit information.

Next Steps

Released under the MIT License.