Internal Server Error 500 on AUTH

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

@sHelme we were experiencing some issues with the authentication service but it should be solved now, so you can try generating your token again.

Let us know if you have any other issues/questions

@seba
Thank alot! It works now.
I’ll come back if I have any further issues.

Regards
Stefan