Developer Community
Typo in docs
about 1 year ago by Isa
Just a quick heads up to the Akoya team: there is a typo in the Refresh Token docs.
https://docs.akoya.com/reference/refresh-token
On this page, the URL should be POST
https://idp.ddp.akoya.com/token not POST https://idp.ddp.akoya.com/{token}
The {token} is NOT a URL parameter. That caused me legitimate confusion for a while as I was trying to put the token in the URL.