H

Handwrytten API

REST discovered

Details Spec supplied by APIs.guru
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/
Authentication
Handwrytten API key api_key discovered Get key ↗
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.

Handwrytten account email and password api_key=<credential> + Handwrytten session UID token Authorization: <credential> discovered
Handwrytten account email and password basic

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.

Handwrytten session UID token bearer

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.

Handwrytten account email and password api_key=<credential> + Handwrytten session UID token uid=<credential> discovered