Development/API ReferenceGet Available DomainsThis API allows you to get all available domains.GET/api/v1/domainsSendHeadersHeader ParametersAuthorizationRequiredstringAPI keycURLJavaScriptGoPythoncurl -X GET "https://s.ee/api/v1/domains" \ -H "Authorization: <string>"200OKResponse{ "code": 0, "data": { "custom_slug": "string", "short_url": "string", "slug": "string" }, "message": "string" }TypeScriptPreviousDelete Short URL DELETENextUpdate Short URL PUT