POST
/
v2
/
http_free_subscription_links
curl --request POST \
  --url http://127.0.0.1:9550/v2/http_free_subscription_links \
  --header 'Content-Type: text/plain' \
  --data '<string>'
"<any>"

Create HTTP links for free subscriptions that can be shared with others.

Body

text/plain · string

The body is of type string.

Response

200
application/json
Successfully retrieved HTTP free subscription links

The response is of type any.