Export Airtable (via API)
Last updated
Last updated
Make sure you have connected Airtable as a datasource
API Endpoint: https://api.csvgetter.com/urls/create
HTTP Method: POST
Request Headers
Authorization: Bearer token for authentication ('Bearer <your_csv_getter_api_key>
').
Type: String (Required)
Content-Type: The content type of the request body.
Type: String (Required)
Value: application/json
Request Body
The request body should be a JSON object containing the following parameters:
base (String): Identifier for the base..
Type: String (Required)
table (String): Identifier for the table.
Type: String (Required)
view (String): Identifier for the view.
Type: String (Optional)
These IDs can be found in your Airtable URL when your table is open:
Example Request
Response Body
The response is a JSON object containing a URL. The URL points to the newly created resource.
URL (String): URL of the created resource.
Type: String
Example Response