API ReferenceSchemas
ConnectedAccountCreatedEventData
This is an object representing data for the connected account created event.
This is an object representing data for the connected account created event.
Example
{ "object": { "connection_scope": "user", "created_at": "2025-03-12T12:34:55Z", "display_name": "John Doe", "email": "user@example.com", "external_account_id": null, "external_subject": "123456789", "id": "cact_d025a96ac0c6", "object": "connected_account", "provider": "google", "status": "active", "updated_at": "2025-03-13T10:11:12Z", "user_id": "user_d025a96ac0c6" }, "type": "connected_account.created"}