REST APIs, webhooks, and SDKs for the UAE compliance ecosystem.
curl https://api.skale.ae/v1/entities \
-H "Authorization: Bearer sk_test_..."
{
"data": [
{ "id": "ent_…", "legal_name": "Demo Trading LLC",
"trade_license": { "expiry_date": "2026-05-14", "status": "active" } }
]
}