API Documentation
Authentication
Learn how to authenticate your API requests
All API endpoints require authentication using a Workspace API key. You’ll need to include this key in the request headers for all API calls.
Workspace API Key
Your Workspace API key can be found in your Formo dashboard settings. This key is unique to your workspace and should be kept secure.
API Key Authentication
Include the API key in the request headers:
Validate API Key
Validates a workspace API key and returns workspace details.
Request Body
Response
Error Responses
401
- Missing or invalid API key500
- Server error