API Reference
Get Available Domains for Text Sharing
Returns a list of all domains available for creating text sharing URLs with your account. Use these domain values when calling the Create Text Sharing endpoint.
curl -X GET "https://example.com/api/v1/text/domains" \ -H "Authorization: string"{ "code": 0, "data": { "domains": [ "string" ] }, "message": "string"}