Xc-token API key auth issue on create link request

Hello there,

I am using my account API Key (not user auth) with xc-token header on a create link request and the app returns a {“msg”:“Unauthorized access”} error code, but this token is accepted for other requests at the moment. Can you guys help to understand if it is an issue for this particular API route?

Here is the code I am sending

{
“headers”: {
“accept”: “application/json,text/html,application/xhtml+xml,application/xml,text/;q=0.9, image/;q=0.8, /;q=0.7”,
“xc-token”: “yPOxxxxxxxxxxxxxxxxxxxxxxxxxxxxxI5”
},
“method”: “POST”,
“uri”: “https://app.nocodb.com/api/v2/tables/vwu3scrpcgc6vrln/links/cdizephwi75hzaa/records/5304”,
“gzip”: true,
“rejectUnauthorized”: true,
“followRedirect”: true,
“resolveWithFullResponse”: true,
“followAllRedirects”: true,
“timeout”: 300000,
“body”: [
{
“Id”: 2585
}
],
“encoding”: null,
“json”: false,
“useStream”: true
}

Edit:

I killed the link field and created another one, same issue.

It looks like either I am doing it wrong, nor this route is bugged for some reason.

{
“headers”: {
“accept”: “application/json,text/html,application/xhtml+xml,application/xml,text/;q=0.9, image/;q=0.8, /;q=0.7”,
“xc-token”: “yPO*************************DI5”
},
“method”: “POST”,
“uri”: “https://app.nocodb.com/api/v2/tables/vw4c5c7t7dsvg4jz/links/cl2jw5e5ermff0e/records/265”,
“gzip”: true,
“rejectUnauthorized”: true,
“followRedirect”: true,
“resolveWithFullResponse”: true,
“followAllRedirects”: true,
“timeout”: 300000,
“body”: [
{
“Id”: 2476
}
],
“encoding”: null,
“json”: false,
“useStream”: true
}