API Keys
Generate API keys to access the Picked Smart REST API.
Last updated March 20, 2026
API Keys
Use the Picked Smart REST API to programmatically manage forms, submissions, bookings, and more.
Generating an API Key
- Go to Settings > Developers
- Click Create API Key
- Give it a descriptive name
- Copy the key immediately - it will not be shown again
API Documentation
Full API documentation with interactive examples is available at /docs/api.
Authentication
Include your API key in the Authorization header:
Authorization: Bearer your_api_key_here
Rate Limits
API requests are rate-limited based on your plan. The response headers include rate limit information.