Auth docs
Blend API authentication
How to authenticate to the Blend API with a JWT bearer token.
POST your Blend credentials to https://api.byblend.com/api/v1/auth/login. The response includes an access_token (60 minutes) and a refresh_token (7 days). Send Authorization: Bearer {access_token} on every other request.
Refresh with POST /api/v1/auth/refresh. Verify with GET /api/v1/auth/verify.
Full Blend authentication guide: docs.byblend.com/guides/authentication.
Open Blend auth docs