Sync a Size Range record from Airtable
POST/api/webhooks/v1/airtable/sizeRange
Webhook endpoint invoked by an Airtable Automation on Size Range create/update. Upserts the SizeRange row and reconciles its linked Size records, keyed by airtableRecordId.
Requestโ
Responsesโ
- 200
- 429
Success response - Sync a Size Range record from Airtable
Too Many Requests. The rate limit has been exceeded.
Response Headers
RateLimit
The current rate limit state. remaining is the remaining quota, reset is the seconds until reset. The specify value should be set in the .env-RATE_LIMIT_XXX
RateLimit-Policy
The rate limit policy. Format: limit;w=window. limit is the max requests, w is the window in seconds. The specify value should be set in the .env-RATE_LIMIT_XXX