APIKey::postSave ================ .. code-block:: json { "version": "0.1", "data": { "id": 323, "description": "API key koppeling kano verhuur website", "token": "api_kano_update789ghi", "guard_user_id": 45 }, "meta": {} } Explanation: - **id**: integer. - **description**: string. - **token**: string. - **guard_user_id**: int. Webhook selection: use `APIKey::postInsert` for creations and `APIKey::postUpdate` for updates.