Closed c4rlosdias closed 1 year ago
https://test.bsdd.buildingsmart.org/graphql doesn't need authentication. The production endpoint does.
Vladimir is correct: the production endpoint is secured: https://api.bsdd.buildingsmart.org/graphqls (note the "s" at the end). The documentation was not very clear about this (it was mentioned), updated the documentation: https://github.com/buildingSMART/bSDD/blob/master/Documentation/bSDD%20and%20GraphQL.md.
In the bSDD API documentation (https://github.com/buildingSMART/bSDD/blob/master/Documentation/bSDD%20API.md) you can find more info how to access secured APIs and GraphQL.
unauthorized I made a simple query using the address: https://api.bsdd.buildingsmart.org/graphql
, and the system responds with code 401, unauthorized. Is some kind of authorization required to query this way? The documentation says that you don't need any kind of authorization! Thanks in advance.