My requests based on Api key/secret stopped working.
About 5 days ago everything worked ok.
Like this one ->
curl -H "X-Api-key: <my-key>" -H "X-Api-secret: <my-secret>" https://api.assembla.com/v1/path/to/resource.json
I created new pair of key/secret but have error":"invalid_auth" anyway.
Can someone tell me what was could happen?
Thanks in advance.
Thanks @Stanislav Kolotinskiy for help!
Solution for my case:
I created an account in EU application. So API domain is -> https://eu-api.assembla.com
Maybe someone will be useful.