added
New partner features for the BILL webhook API
July 22nd, 2024
We have introduced new features for the BILL webhook API. BILL partners can now perform subscription and event operations at the partner level.
As a BILL partner, when you create a subscription for events, you get event notifications for all the organizations created with your partner appKey
. To create a subscription at the partner level, simply set the required header values. The base URL and body parameters in the POST /v3/subscriptions
request are the same for partner users and organization users.
Partner-level header values for webhooks | Organization-level header values for webhooks |
---|---|
X-Idempotent-Key Idempotency key. The key must be in the UUID4 format. | X-Idempotent-Key Idempotency key. The key must be in the UUID4 format. |
sessionId Partner API session ID generated with /v3/partner/login | sessionId API session ID generated with /v3/login |
appKey Application key sent to you by BILL when you create a partner account | devKey Developer key sent to you by BILL when you create a developer account |