GuidesRecipesAPI Reference
Log In
API Reference

state_license_deleted

A webhook notification sent out when a state license is deleted.

Payload
uuid
required

Unique identifier for the webhook event.

date-time
required

Timestamp for when the webhook event was triggered.

events
array of objects
required
length ≥ 1

An array of events that have been triggered.

events*
uuid
required

Unique identifier for the webhook event.

date-time
required

Timestamp for when the webhook event was triggered.

_links
object
required
string
enum
required

Event that triggered the webhook.

Allowed:
event_info
object
required

The event info particular to the job_status_changed event.

Response
200

Return a 200 status to indicate that the data was received successfully

LoadingLoading…