=== Test OAuth2 Token === --- Testing: /oauth2/token --- HTTP Code: 404 Response: { "errors": [ { "code": "not_found", "message": "The requested resource doesn't exist" } ] } --- Testing: /oauth/token --- HTTP Code: 404 Response: { "errors": [ { "code": "not_found", "message": "The requested resource doesn't exist" } ] } --- Testing: /v3/token --- HTTP Code: 404 Response: { "errors": [ { "code": "not_found", "message": "The requested resource doesn't exist" } ] } --- Testing: /v2/token --- HTTP Code: 404 Response: { "type": "not_found", "message": "The requested resource doesn't exist", "documentation_url": "https://docs.bridgeapi.io/" } --- Testing: /token --- HTTP Code: 404 Response: { "errors": [ { "code": "not_found", "message": "The requested resource doesn't exist" } ] }