Troubleshooting n8n API Queries for Clay Table Rows
Hey all, Iโm trying to query information in n8n from my Clay table, but Iโm having some trouble with the API. Iโve got my curl set up like this: curl -X GET โhttps://api.clay.com/v3/tables/{tableid}/rowsโ \ -H โAuthorization: Bearer {api_key}โ \ -H โAccept: application/jsonโ Can anyone confirm if this looks right? Iโm specifically trying to pull rows from my table and want to make sure Iโm hitting the correct endpoint. Very hard finding any resources regarding the api documentation online
.png)



