Hello there!
We followed the documentation in order to generate a server key as described here: Security - Amity Docs, but unfortunately, no matter what, we are getting the “invalid server key” message.
For example with curl:
$ curl 'https://api.amity.co/api/v3/authentication/token?userId=1234' -H 'x-server-key: <redacted>'
{
"status": "error",
"message": "Invalid server key",
"code": 400100
}
Any advice?