EAS Webhooks API

Event notification system that delivers HTTP POST payloads to configured endpoints when EAS Build or EAS Submit jobs complete. Payloads are signed with HMAC-SHA1 using a shared secret. Supports exponential back-off retry for failed deliveries.

API entry from apis.yml

apis.yml Raw ↑
name: EAS Webhooks API
description: 'Event notification system that delivers HTTP POST payloads to configured endpoints when
  EAS Build or EAS Submit jobs complete. Payloads are signed with HMAC-SHA1 using a shared secret. Supports
  exponential back-off retry for failed deliveries.

  '
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://docs.expo.dev/eas/webhooks/
baseURL: https://api.expo.dev
tags:
- Webhooks
- Events
- HMAC
- Notifications
properties:
- type: Documentation
  url: https://docs.expo.dev/eas/webhooks/
- type: Authentication
  url: https://docs.expo.dev/accounts/programmatic-access/