Skip to main content
WEBHOOK
state_change
{
  "event_type": "state_change",
  "timestamp": "2023-11-07T05:31:56Z",
  "sr_uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "state": {
    "primary": "COMPLETE",
    "supplement": "APPROVED"
  },
  "reference_id": "ACTOR_INVENTORY_ID"
}

Authorizations

x-api-key
string
header
required

Actor API key for application authentication (format: leo_xxxxxxxxx)

x-user-token
string
header
required

Secure user token (Non-PII format: lm_usr_xxxxx)

Body

application/json
event_type
string
Example:

"state_change"

timestamp
string<date-time>
sr_uuid
string<uuid>
state
object
reference_id
string
Example:

"ACTOR_INVENTORY_ID"

Response

200

Webhook received successfully