Developer Hub
Integrate in minutes
A robust RESTful API, documented via OpenAPI 3.0. Built by devs, for devs.
API First
Everything you can do in the dashboard, you can do via the API.
Webhooks
Receive real-time events to sync with your CRM.
SDKs
Java, TypeScript, Swift (iOS), Kotlin (Android) and Web JS (<15KB).
curl -X POST https://api.slnk.ma/v1/links \
-H "Authorization: Bearer lsk_live_..." \
-H "Content-Type: application/json" \
-d '{
"destination": "https://banque.ma/promo-ete",
"domain": "lien.banque.ma",
"alias": "promo-ete",
"geo_targeting": {
"MA": "https://banque.ma/promo-maroc",
"FR": "https://banque.ma/mre-france"
},
"tags": ["campagne", "q3"]
}'Rate Limits
- • Standard: 100 req/min
- • Advanced: 500 req/min
- • On request: Contact us
Authentication
• Type: Bearer Token (JWT)
• Format: lsk_live_*
• Rotation: Automatic
