Discussions

Ask a Question
Back to All

Manual Refresh

Hi

Been trying to do a refresh by doing a post request to https://api.akahu.io/v1/refresh

The request looks like this:

curl --request POST
--url https://api.akahu.io/v1/refresh
--header 'Accept: application/json'
--header 'Authorization: Bearer usertoken****'
--header 'X-Akahu-Id: apptoken**'

(I've blanked out the user and app tokens... but know they work, as used them to fetch transactions fine)

I keep getting back a 403 error and this message:
{
"success": false,
"message": "Forbidden"
}

I've tried using the API explorer on the akahu website, as well as using PostMan and get the same result.

What am I doing wrong?

Jake