Guides

Creating links

Create campaign deeplinks with a slug on ofmelite.io, then pause or activate them as needed.

Required fields

  • destination — HTTPS URL fans land on
  • slug — short path, e.g. sophie-ig

Example

curl -X POST https://api.ofmelite.io/v1/links \
-H "Authorization: Bearer ofm_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"destination": "https://yourpage.com/sophie",
"slug": "sophie-ig",
"name": "Sophie IG",
"behavior": "conservative"
}'

Next