Developer Hub
Integration en quelques minutes
Une API RESTful robuste, documentee via OpenAPI 3.0. Concue par des devs, pour des devs.
API First
Tout ce qui est faisable dans le dashboard est faisable via API.
Webhooks
Recevez des evenements en temps reel pour synchroniser vos CRM.
SDKs
Java, TypeScript, Swift (iOS), Kotlin (Android) et 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-2024",
"geo_targeting": {
"MA": "https://banque.ma/promo-maroc",
"FR": "https://banque.ma/mre-france"
},
"tags": ["campagne", "q3"]
}'Rate Limits
- • Starter: 100 req/min
- • Professional: 500 req/min
- • Enterprise: 2 000 req/min
Authentification
• Type: Bearer Token (JWT)
• Format: lsk_live_*
• Rotation: Automatique
