The HTTP request method determines what action your API request will perform. Different methods serve different purposes: GET requests retrieve data from an API to import into Airtable, while POST requests send data from Airtable to an external API.Your API’s documentation will specify which method to use for each endpoint. You can also learn more about HTTP request methods in general here.