307 Temporary Redirect - knack api

Hello,

I have tried making an ajax call and also using axios. I am trying to use Kors to connect with the knack.com API.

I get a 404 error in my console log.

The API address.I entered in Kor is Knack

When I put everything in Paw (an API testing tool) I get the following:

HTTP/1.1 307 Temporary Redirect
Date: Wed, 02 Nov 2022 23:58:50 GMT
Content-Type: application/json
Content-Length: 122
Connection: close
x-amzn-RequestId: 0f430766-39ee-4bd7-a5d5-ddc4ccde87bc
Access-Control-Allow-Origin: *
x-amz-apigw-id: a_2ZJF_SoAMFbKw=
Location: https://4d08sp84d9.execute-api.us-east-1.amazonaws.com/production/Knack/objects/object_21/records/6182ed80009cbc001e3e8dd6
X-Amzn-Trace-Id: Root=1-6363043a-6281ba0b4c00f4b64db5795e;Sampled=0

https://4d08sp84d9.execute-api.us-east-1.amazonaws.com/production/Knack/objects/object_21/records/6182ed80009cbc001e3e8dd6

Hello Lori,

Thank you for sharing your question with us. The KORConnect endpoint does a redirection to the connection endpoint to increase security over the requests. Regarding your ‘Connection’, it seems that API calls to the endpoint ‘Knack’ return a ‘404’ ‘not found’ response. Maybe your can check with your provider if you require additional parameters or a different URL (such as https://api.knack.com/v1/users) to retrieve information.

Hope this helps you.

Best regards.