Skip to content
AchaduDevelopers
Operational APIGo to website
Dashboard
Developers/API/link_convert
Links

Convert link

Converts a URL using only this account's integrations.

POST/links/convertlinks:write

Request

urlstring · bodyProduct HTTPS URL.mandatory

Example

curl
curl -X POST 'https://achadu.com/api/v1/links/convert' \
+  -H 'Authorization: Bearer ach_live_...' \
+  -H 'Accept: application/json' \
+  -H 'Content-Type: application/json' \
+  --data '{
  "url": "https://example.com/product"
}'

Answer

200Operation completed
4xxError with code, message and request_id