# Account created **POST AccountCreated** Triggered when a new account is created for a user. ## Servers - Sandbox - Banking Operations: https://bank.bank.place (Sandbox - Banking Operations) - Sandbox - Authentication: https://auth.bank.place (Sandbox - Authentication) ## Parameters ### Body: application/json (object) Account creation event payload - **action** (string) Action performed (account_created) - **createdAt** (string) Activity creation timestamp (RFC3339) - **edges** (object) - **entity** (string) Entity type (account) - **id** (integer) Unique activity identifier - **payload** (object) - **read** (boolean) Whether marked as read - **updatedAt** (string) Last update timestamp (RFC3339) ## Responses ### 200 Webhook received successfully. Return 2xx to acknowledge receipt. [Powered by Bump.sh](https://bump.sh)