API 🌐

Creating a table via API πŸ“Š

  1. Make an API call to retrieve a JSON response using the corresponding parameters and authentication.

  2. The response body comprises key-value pairs.

  1. Choose attributes to correspond with column names.

  2. Save the selected columns to create the table.

Sample URLs πŸ”—

The data saved from the table can be further used for Parameterization

Last updated