=== 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": "missing_authorization_header", "message": "Please provide an access token in the Authorization header in the format: \"Bearer \"" } ] } --- 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é ===