Handwrytten API
- URL
-
https://api.handwrytten.com/v2 - Spec
- https://api.apis.guru/v2/specs/handwrytten.com/1.0.0/swagger.json
- Docs
- https://www.handwrytten.com/api/
Authorization: <credential> Sign in to the Handwrytten dashboard, open Integrations, click Add API Key, give the key a name, and copy the displayed value. The API docs say keys are created and managed on the Integrations page, and Make's vendor guide lists the same steps via your profile menu → Integrations.
api_key=<credential> + Handwrytten session UID token Authorization: <credential> discovered Create an account from Sign Up, then use your account email and password with the legacy sign-in flow. The current API docs explicitly mark login/password authentication via /auth/authorization as deprecated but still supported for existing integrations.
Use the legacy POST /auth/authorization login flow with your Handwrytten account credentials to obtain a uid token. The Swagger/OpenAPI description says the login response returns uid, described as a token for future authorized calls; current docs note this login/password flow is deprecated but still supported for existing integrations.
api_key=<credential> + Handwrytten session UID token uid=<credential> discovered