Skip to main content

acs_credential.deleted

An access system credential was deleted.
Example webhook payload
{
  "acs_credential_id": "00000000-0000-0000-0000-000000000000",
  "acs_system_id": "00000000-0000-0000-0000-000000000000",
  "connected_account_id": "00000000-0000-0000-0000-000000000000",
  "created_at": "2025-01-01T00:00:00.000Z",
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "acs_credential.deleted",
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
acs_credential_id
String (UUID)
ID of the affected credential.
acs_system_id
String (UUID)
ID of the access system.
connected_account_id
String (UUID)
ID of the connected account.
created_at
String (ISO 8601)
Date and time at which the event was created.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: acs_credential.deleted
occurred_at
String (ISO 8601)
Date and time at which the event occurred.
workspace_id
String (UUID)
ID of the workspace associated with the event.

acs_credential.issued

An access system credential was issued.
Example webhook payload
{
  "acs_credential_id": "00000000-0000-0000-0000-000000000000",
  "acs_system_id": "00000000-0000-0000-0000-000000000000",
  "connected_account_id": "00000000-0000-0000-0000-000000000000",
  "created_at": "2025-01-01T00:00:00.000Z",
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "acs_credential.issued",
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
acs_credential_id
String (UUID)
ID of the affected credential.
acs_system_id
String (UUID)
ID of the access system.
connected_account_id
String (UUID)
ID of the connected account.
created_at
String (ISO 8601)
Date and time at which the event was created.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: acs_credential.issued
occurred_at
String (ISO 8601)
Date and time at which the event occurred.
workspace_id
String (UUID)
ID of the workspace associated with the event.

acs_credential.reissued

An access system credential was reissued.
Example webhook payload
{
  "acs_credential_id": "00000000-0000-0000-0000-000000000000",
  "acs_system_id": "00000000-0000-0000-0000-000000000000",
  "connected_account_id": "00000000-0000-0000-0000-000000000000",
  "created_at": "2025-01-01T00:00:00.000Z",
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "acs_credential.reissued",
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
acs_credential_id
String (UUID)
ID of the affected credential.
acs_system_id
String (UUID)
ID of the access system.
connected_account_id
String (UUID)
ID of the connected account.
created_at
String (ISO 8601)
Date and time at which the event was created.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: acs_credential.reissued
occurred_at
String (ISO 8601)
Date and time at which the event occurred.
workspace_id
String (UUID)
ID of the workspace associated with the event.

acs_credential.invalidated

An access system credential was invalidated. That is, the credential cannot be used anymore.
Example webhook payload
{
  "acs_credential_id": "00000000-0000-0000-0000-000000000000",
  "acs_system_id": "00000000-0000-0000-0000-000000000000",
  "connected_account_id": "00000000-0000-0000-0000-000000000000",
  "created_at": "2025-01-01T00:00:00.000Z",
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "acs_credential.invalidated",
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
acs_credential_id
String (UUID)
ID of the affected credential.
acs_system_id
String (UUID)
ID of the access system.
connected_account_id
String (UUID)
ID of the connected account.
created_at
String (ISO 8601)
Date and time at which the event was created.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: acs_credential.invalidated
occurred_at
String (ISO 8601)
Date and time at which the event occurred.
workspace_id
String (UUID)
ID of the workspace associated with the event.