v1

latestOpenAPI 3.0.12026-07-24310590875.6 KB
events

Resend an event

Resend an existing event notification.

Note: When an event notification fails, BILL tries to send the notification again with exponential backoff.

See Webhooks in the Guides section for more information, sample requests, and notification payloads for BILL events.

post/v3/events/subscription/{subscriptionId}/event/{eventId}

Path parameters

subscriptionIdstring required

BILL-generated ID of the subscription

Example:{{webhook_subscription_id}}
eventIdstring required

BILL-generated ID of the event

Example:{{webhook_event_id}}

Headers

sessionIdstring nullable

API session ID generated with /v3/login

Example:{{session_id}}
devKeystring nullable

Developer key sent to you by BILL when you create a developer account. Set sessionId and devKey for organization-level BILL v3 API webhook events.

Example:{{developer_key}}
appKeystring nullable

Application key sent to you by BILL when you create a partner account. Set sessionId and appKey for partner-level BILL v3 API webhook events.

Example:{{app_key}}
apiTokenstring nullable

Access token for Spend & Expense API authentication. Set apiToken for Spend & Expense webhook events.

Example:{{api_token}}

Response

resendEvent 200 response

idstring

BILL-generated ID of the event

typestring

Event type

versionstring

Event type version

subscriptionIdstring

BILL-generated ID of the subscription

payloadstring

Event payload. The payload is JSON escaped and presented as a string.

createdTimestring date-time

Event created date and time

statusCodeinteger

HTTP status code received from the notification URL