https://api.airtable.com/v0/<ID>/Stories
<ID>
replaced by your workspace/project ID.Authorization
header. As is typical for token-based authentication, the value takes the format Bearer your_api_key
, so just replace your_api_key
with your API key from the previous step.records
key.records
under the Response key path field, and try again. Now the API call succeeds, and we can use Set schema from response to finalize our integration.