=== Test Session Connect === Environment: production Client ID: prod_id_33e7470bcbca416ebb776223f4a9c24d --- Testing: /v3/connect/sessions --- HTTP Code: 404 Response: { "errors": [ { "code": "not_found", "message": "The requested resource doesn't exist" } ] } --- Testing: /v2/connect/sessions --- HTTP Code: 404 Response: { "type": "not_found", "message": "The requested resource doesn't exist", "documentation_url": "https://docs.bridgeapi.io/" } --- Testing: /v3/aggregation/connect-sessions --- HTTP Code: 401 Response: { "errors": [ { "code": "invalid_client_credentials", "message": "client_id and client_secret are invalid" } ] } --- Testing: /v2/aggregation/connect-sessions --- HTTP Code: 404 Response: { "type": "not_found", "message": "The requested resource doesn't exist", "documentation_url": "https://docs.bridgeapi.io/" } === Test terminé ===