Hello Shiphero Community,
this is my first time intergrating any of the shiphero APIs.
I’m trying to auth to the GraphQL API using Postman.
I’m POSTing to the following URL “https://public-api.shiphero.com/auth/token”
My Header is set as following : “Content-Type”: “application/json”
My Body is set as following : {“username”:“redacted”,“password”:“redacted”}
I’m getting a 500 here with the message “Unexpected Error”.
I’ve tried anything from urlencoding to setting gibberish in the credentials just so I get something else like “bad credentials” or “malformed body”.
Kind Regards
Stefan