{"message":"SoudSeat API Cliente","version":"1.0.0","docs":"/docs","endpoints":{"auth":{"register":"/auth/register","login":"/auth/login","refresh":"/auth/token/refresh","logout":"/auth/logout","me":"/auth/me"},"oauth":{"providers":"/oauth/providers","google_auth":"/oauth/google/auth","google_callback":"/oauth/google/callback","facebook_auth":"/oauth/facebook/auth","facebook_callback":"/oauth/facebook/callback"},"users":{"me":"/users/me","all_users":"/users/","user_by_id":"/users/{user_id}"},"locations":{"regions":"/locations/regions","region_by_id":"/locations/regions/{region_id}","cities":"/locations/cities","cities_by_region":"/locations/regions/{region_id}/cities","city_by_id":"/locations/cities/{city_id}","communes":"/locations/communes","communes_by_city":"/locations/cities/{city_id}/communes","commune_by_id":"/locations/communes/{commune_id}","region_full":"/locations/regions/{region_id}/full"},"customers":{"customers":"/customers/","customer_by_id":"/customers/{customer_id}","customer_login":"/customers/login","type_tenants":"/customers/type-tenants","type_tenant_by_id":"/customers/type-tenants/{type_tenant_id}","config_tenants":"/customers/config-tenants","config_tenant_by_id":"/customers/config-tenants/{config_tenant_id}","cache_status":"/customers/cache/status","cache_invalidate":"/customers/cache/invalidate","cache_reload":"/customers/cache/reload"},"customer_users":{"create_user":"/customer-users","login":"/customer-users/login","change_password":"/customer-users/change-password"},"music":{"type_songs":"/music/type-songs","categories":"/music/categories","artists":"/music/artists","songs":"/music/songs","songs_by_artist":"/music/songs/by-artist/{artist_id}","songs_by_category":"/music/songs/by-category/{category_id}","cache_status":"/music/cache/status","invalidate_cache":"/music/cache/invalidate"},"payments":{"available_banks":"/payments/banks","create_payment":"/payments/create","check_status":"/payments/status","my_orders":"/payments/orders/my","order_detail":"/payments/orders/{order_id}","my_access_passes":"/payments/access-passes/my","verify_payment":"/payments/verify/{payment_uuid}","webhook_khipu":"/payments/webhook/khipu","webhook_fintoc":"/payments/webhook/fintoc","webhook_flow":"/payments/webhook/flow","verify_pending_khipu":"/payments/verify-pending","verify_pending_fintoc":"/payments/fintoc/verify-pending","fintoc_institutions":"/payments/fintoc/institutions","fintoc_create_payment":"/payments/fintoc/create","flow_create_payment":"/payments/flow/create","flow_payment_status":"/payments/flow/status/{payment_uuid}","return":"/payments/return","cancel":"/payments/cancel"},"playsong":{"get_song":"/playsong?customer_uuid={customer_uuid}","play_song":"/playsong/play","next_song":"/playsong/next-song/{customer_uuid}","available_songs":"/playsong/available-songs/{customer_uuid}?type_song={karaoke|video}","songs_by_category":"/playsong/songs-by-category/{customer_uuid}/{category_id}?type_song={karaoke|video}","available_categories":"/playsong/available-categories/{customer_uuid}?type_song={karaoke|video}","available_artists":"/playsong/available-artists/{customer_uuid}?type_song={karaoke|video}","queue":"/playsong/queue/{customer_uuid}","websocket":"/playsong/ws/{customer_uuid}"},"monitoring":{"total_connections":"/monitoring/connections/total","customer_connections":"/monitoring/connections/customer/{customer_uuid}","all_connections":"/monitoring/connections/all","system_stats":"/monitoring/system/stats","server_info":"/monitoring/server/info","health_check":"/monitoring/health","top_customers":"/monitoring/connections/top-customers"},"restrictions":{"create_song":"POST /restrictions/songs","create_category":"POST /restrictions/categories","create_artist":"POST /restrictions/artists","get_songs":"GET /restrictions/songs?type_song={1|2}","get_categories":"GET /restrictions/categories?type_song={1|2}","get_artists":"GET /restrictions/artists?type_song={1|2}","delete_song":"DELETE /restrictions/songs","delete_category":"DELETE /restrictions/categories","delete_artist":"DELETE /restrictions/artists"},"reports":{"access_passes":"GET /reports/access-passes?page=1&page_size=50 (requiere JWT de customer_user, soporta paginación)","top_stats":"GET /reports/top-stats (requiere JWT de customer_user, retorna top 5 canciones, categorías y artistas más reproducidos)"}}}