Skip to main content

List records of a specific view through a api call

  • January 26, 2024
  • 0 replies
  • 6 views

Forum|alt.badge.img
headers: {
'Authorization': 'Bearer token'
}
});
 
Hi Everyone, can someone take a took at this for me, I got a 403 error when I try to list records of a specific view , I quite sure I am having the right authorization, because If I remove '&view=Orders%20in%20Seven%20Days' from the url, I get a list of orders. Thanks in advance!