غرفة تجارة حلب

Integration

API documentation

The portal consumes a Laravel JSON API. Base URL is set via NEXT_PUBLIC_API_URL in the frontend. Default public entry points for agents and integrations:

Authentication (Sanctum)

Member and company dashboards use Laravel Sanctum API tokens. Obtain a token with POST https://chamberpanel.aidsyr-sy.org/api/v1/auth/login and send Authorization: Bearer <token> on protected routes. This is not a full browser-based OIDC flow; for discovery metadata see /.well-known/oauth-protected-resource and the JSON files under /.well-known on this site.

← Back to home