Skip to main content

Hi, how can i get some record id from a specific table with a specific field (id, email…)?


I use CURL with PHP.


Some like: https://api.airtable.com/v0/.../.../specific_field=value \


Thanks!

Hey, I know it’s been a while since you wrote here. The PHP wrapper sleiman/airtable-php has a function that does that exactly.


Quick Check


Find a record or many with one line. It’s useful when you want to know if a user is already registered or if the same SKU is used. The response will return “count” and “records”.


Reply