Custom Domain Branded URL Shortener API v3 follows the REST API concept.
API root URL: https://tiny.cc/tiny/api/3/
Both HTTPS and HTTP supported. But HTTPS recommended.
If you have problem using PATCH HTTP method, we support method override for POST calls via X-HTTP-Method-Override header.
Recommended encoding for request's payload - "application/json".
However "application/x-www-form-urlencoded" and "multipart/form-data" are also supported for POST requests.
If you want to make PATCH (or other non POST) request with encoding other then "application/json",
you should use POST method and set X-HTTP-Method-Override header.