Untangly API Docs

Untangly Public API

Programmatic access to your Untangly data — clients, businesses, and service contracts.

The Untangly Public API lets you read and write CRM data from your own integrations, scripts, or third-party tools.

Base URL

https://api.untangly.com

All endpoints are prefixed directly off the base URL (e.g. GET /clients).

Authentication

Every request (except GET /health) must include an Authorization header:

Authorization: Bearer mint_<your_api_key>

See Authentication for how to create a key.

Response format

All responses are JSON. Errors follow a consistent shape:

{ "error": "Human-readable message" }
StatusMeaning
200 / 201Success
400Validation error in request body
401Missing or invalid API key
403Key valid but action not permitted
404Resource not found
very long text that looks weirdhello world hello world hello world

On this page